Interface SVGPaint

    • Method Detail

      • derive

        @Nullable
        static @Nullable SVGPaint derive​(@Nullable
                                         @Nullable SVGPaint current,
                                         @Nullable
                                         @Nullable SVGPaint other)
      • fillShape

        void fillShape​(@NotNull
                       @NotNull Output output,
                       @NotNull
                       @NotNull RenderContext context,
                       @NotNull
                       @NotNull java.awt.Shape shape,
                       @Nullable
                       @Nullable java.awt.geom.Rectangle2D bounds)
      • drawShape

        void drawShape​(@NotNull
                       @NotNull Output output,
                       @NotNull
                       @NotNull RenderContext context,
                       @NotNull
                       @NotNull java.awt.Shape shape,
                       @Nullable
                       @Nullable java.awt.geom.Rectangle2D bounds)
      • isVisible

        default boolean isVisible​(@NotNull
                                  @NotNull RenderContext context)