Interface SimplePaintSVGPaint
- All Superinterfaces:
SVGPaint
- All Known Implementing Classes:
AwtSVGPaint,SolidColor
-
Field Summary
Fields inherited from interface com.github.weisj.jsvg.attributes.paint.SVGPaint
CONTEXT_FILL, CONTEXT_STROKE, CURRENT_COLOR, DEFAULT_PAINT, NONE -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddrawShape(@NotNull Graphics2D g, @NotNull MeasureContext measure, @NotNull Shape shape, @Nullable Rectangle2D bounds)default voidfillShape(@NotNull Graphics2D g, @NotNull MeasureContext measure, @NotNull Shape shape, @Nullable Rectangle2D bounds)@NotNull Paintpaint()
-
Method Details
-
paint
-
fillShape
default void fillShape(@NotNull @NotNull Graphics2D g, @NotNull @NotNull MeasureContext measure, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds) -
drawShape
default void drawShape(@NotNull @NotNull Graphics2D g, @NotNull @NotNull MeasureContext measure, @NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds)
-