Class AbstractSmoothedSegment
java.lang.Object
com.treemap.swing.voronoi.smoothing.AbstractSmoothedSegment
- All Implemented Interfaces:
SmoothedSegment
- Direct Known Subclasses:
DoubleSpline,LinearSegment,SingleSpline
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSmoothedSegment(LineSegment lineSegment, SegmentDirection direction) AbstractSmoothedSegment(Vertex startVertex, Vertex endVertex, LineSegment lineSegment) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.treemap.swing.voronoi.smoothing.SmoothedSegment
addToGeneralPath, getNearestSegmentLocation, getSubSegment, reversed
-
Constructor Details
-
AbstractSmoothedSegment
-
AbstractSmoothedSegment
-
-
Method Details
-
getLineSegment
- Specified by:
getLineSegmentin interfaceSmoothedSegment
-
getStartVertex
- Specified by:
getStartVertexin interfaceSmoothedSegment
-
getEndVertex
- Specified by:
getEndVertexin interfaceSmoothedSegment
-