Interface SimplePaintSVGPaint

    • Method Detail

      • paint

        @NotNull
        @NotNull java.awt.Paint paint()
      • fillShape

        default 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

        default 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