Class LineSegment
java.lang.Object
com.treemap.swing.voronoi.smoothing.LineSegment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPoint(int x, int y) getEndVertex(SegmentDirection direction) getStartVertex(SegmentDirection direction) voidinsertPointsAtStart(List<Point2d> pointsToAdd) booleanvoidsetEndVertex(Vertex endPoint) voidsetStartVertex(Vertex startPoint) voidsetStraight(boolean straight) toString()
-
Constructor Details
-
LineSegment
public LineSegment()
-
-
Method Details