Package com.github.weisj.jsvg.geometry
Interface SVGShape
- All Known Subinterfaces:
MeasurableShape
- 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 booleandefault @NotNull Shapeshape(@NotNull RenderContext context) @NotNull Shapeshape(@NotNull RenderContext context, boolean validate) default boolean
-
Method Details
-
canBeFilled
default boolean canBeFilled() -
shape
-
shape
-
bounds
-
usesOptimizedBoundsCalculation
default boolean usesOptimizedBoundsCalculation()
-