Class MeshGradient

    • Constructor Detail

      • MeshGradient

        public MeshGradient()
    • Method Detail

      • tagName

        @NotNull
        public @NotNull java.lang.String tagName()
        Specified by:
        tagName in interface SVGNode
      • renderMesh

        public void renderMesh​(@NotNull
                               @NotNull MeasureContext measure,
                               @NotNull
                               @NotNull Output output)
      • fillShape

        public void fillShape​(@NotNull
                              @NotNull Output output,
                              @NotNull
                              @NotNull RenderContext context,
                              @NotNull
                              @NotNull java.awt.Shape shape,
                              @Nullable
                              @Nullable java.awt.geom.Rectangle2D bounds)
        Specified by:
        fillShape in interface SVGPaint
      • drawShape

        public void drawShape​(@NotNull
                              @NotNull Output output,
                              @NotNull
                              @NotNull RenderContext context,
                              @NotNull
                              @NotNull java.awt.Shape shape,
                              @Nullable
                              @Nullable java.awt.geom.Rectangle2D bounds)
        Specified by:
        drawShape in interface SVGPaint