Class LineSegment
java.lang.Object
com.treemap.swing.voronoi.smoothing.LineSegment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPoint
(int x, int y) getEndVertex
(SegmentDirection direction) getStartVertex
(SegmentDirection direction) void
insertPointsAtStart
(List<Point2d> pointsToAdd) boolean
void
setEndVertex
(Vertex endPoint) void
setStartVertex
(Vertex startPoint) void
setStraight
(boolean straight) toString()
-
Constructor Details
-
LineSegment
public LineSegment()
-
-
Method Details