Package com.github.weisj.jsvg.geometry
Interface MeasurableLength
-
- All Known Subinterfaces:
MeasurableShape
- All Known Implementing Classes:
AWTSVGShape
,FillRuleAwareAWTSVGShape
,SVGCircle
,SVGEllipse
,SVGLine
,SVGRectangle
,SVGRoundRectangle
public interface MeasurableLength
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
pathLength(@NotNull MeasureContext measureContext)
-
-
-
Method Detail
-
pathLength
double pathLength(@NotNull @NotNull MeasureContext measureContext)
-
-