java.lang.Object
com.github.weisj.jsvg.geometry.AWTSVGShape<Path2D>
com.github.weisj.jsvg.geometry.FillRuleAwareAWTSVGShape
- All Implemented Interfaces:
SVGShape
-
Field Summary
Fields inherited from class com.github.weisj.jsvg.geometry.AWTSVGShape
EMPTY_SHAPE, shapeValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Path2Dshape(@NotNull RenderContext context, boolean validate) Methods inherited from class com.github.weisj.jsvg.geometry.AWTSVGShape
bounds, isClosed, pathLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.geometry.SVGShape
canBeFilled, shape, usesOptimizedBoundsCalculation
-
Constructor Details
-
FillRuleAwareAWTSVGShape
-
-
Method Details
-
shape
- Specified by:
shapein interfaceSVGShape- Overrides:
shapein classAWTSVGShape<Path2D>
-