- All Known Subinterfaces:
MeasurableShape
- All Known Implementing Classes:
AWTSVGShape
,FillRuleAwareAWTSVGShape
,SVGCircle
,SVGEllipse
,SVGLine
,SVGRectangle
,SVGRoundRectangle
public interface SVGShape
-
Method Summary
Modifier and TypeMethodDescription@NotNull Rectangle2D
bounds
(@NotNull RenderContext context, boolean validate) default boolean
default @NotNull Shape
shape
(@NotNull RenderContext context) @NotNull Shape
shape
(@NotNull RenderContext context, boolean validate) default boolean
-
Method Details
-
canBeFilled
default boolean canBeFilled() -
shape
-
shape
-
bounds
-
usesOptimizedBoundsCalculation
default boolean usesOptimizedBoundsCalculation()
-