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 booleandoesTouch(Polyline other)doublegetLength()intnbSegments()java.util.List<LineSegmentInt>segments()
-
-
-
Method Detail
-
segments
java.util.List<LineSegmentInt> segments()
-
nbSegments
int nbSegments()
-
doesTouch
boolean doesTouch(Polyline other)
-
getLength
double getLength()
-
-