Package net.sourceforge.plantuml.geom
Interface Polyline
-
- All Known Implementing Classes:
PolylineBreakeable
,PolylineImpl
public interface Polyline
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
doesTouch(Polyline other)
double
getLength()
int
nbSegments()
java.util.List<LineSegmentInt>
segments()
-
-
-
Method Detail
-
segments
java.util.List<LineSegmentInt> segments()
-
nbSegments
int nbSegments()
-
doesTouch
boolean doesTouch(Polyline other)
-
getLength
double getLength()
-
-