Interface SimplePaintSVGPaint
- All Superinterfaces:
SVGPaint
- All Known Implementing Classes:
AwtSVGPaint, SolidColor
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddrawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) default voidfillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) @NotNull Paintpaint()
-
Method Details
-
paint
-
fillShape
default void fillShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds) -
drawShape
default void drawShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds)
-