net.sourceforge.plantuml.geom
Interface Polyline

All Known Implementing Classes:
PolylineBreakeable, PolylineImpl

public interface Polyline


Method Summary
 boolean doesTouch(Polyline other)
           
 double getLength()
           
 int nbSegments()
           
 List<LineSegmentInt> segments()
           
 

Method Detail

segments

List<LineSegmentInt> segments()

nbSegments

int nbSegments()

doesTouch

boolean doesTouch(Polyline other)

getLength

double getLength()


Copyright © 2011. All Rights Reserved.