Interface SVGPaint
- All Known Subinterfaces:
SimplePaintSVGPaint
- All Known Implementing Classes:
AbstractGradient, AnimatedColor, AnimatedPaint, AwtSVGPaint, LinearGradient, MeshGradient, NonePaint, Pattern, RadialGradient, SentinelPaint, SolidColor
public interface SVGPaint
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable SVGPaintvoiddrawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) voidfillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) default booleanisVisible(@NotNull RenderContext context)
-
Method Details
-
derive
-
fillShape
void fillShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds) -
drawShape
void drawShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds) -
isVisible
-