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