Interface SVGShape
- All Known Implementing Classes:
AWTSVGShape, FillRuleAwareAWTSVGShape, SVGCircle, SVGEllipse, SVGLine, SVGRectangle, SVGRoundRectangle
public interface SVGShape
-
Method Summary
Modifier and TypeMethodDescription@NotNull Rectangle2Dbounds(@NotNull RenderContext context, boolean validate) default booleanbooleanisClosed(@NotNull RenderContext context) doublepathLength(@NotNull RenderContext context) default @NotNull Shapeshape(@NotNull RenderContext context) @NotNull Shapeshape(@NotNull RenderContext context, boolean validate) default boolean
-
Method Details
-
canBeFilled
default boolean canBeFilled() -
shape
-
shape
-
bounds
-
pathLength
-
usesOptimizedBoundsCalculation
default boolean usesOptimizedBoundsCalculation() -
isClosed
-