Package com.github.weisj.jsvg.geometry
Interface MeasurableShape
-
- All Superinterfaces:
MeasurableLength
,SVGShape
- All Known Implementing Classes:
AWTSVGShape
,FillRuleAwareAWTSVGShape
,SVGCircle
,SVGEllipse
,SVGLine
,SVGRectangle
,SVGRoundRectangle
public interface MeasurableShape extends SVGShape, MeasurableLength
-
-
Method Summary
-
Methods inherited from interface com.github.weisj.jsvg.geometry.MeasurableLength
pathLength
-
Methods inherited from interface com.github.weisj.jsvg.geometry.SVGShape
bounds, canBeFilled, shape, shape, usesOptimizedBoundsCalculation
-
-