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, wait
Methods inherited from interface com.treemap.swing.voronoi.smoothing.SmoothedSegment
addToGeneralPath, getNearestSegmentLocation, getSubSegment, reversed
-
Constructor Details
-
AbstractSmoothedSegment
-
AbstractSmoothedSegment
-
-
Method Details
-
getLineSegment
- Specified by:
getLineSegment
in interfaceSmoothedSegment
-
getStartVertex
- Specified by:
getStartVertex
in interfaceSmoothedSegment
-
getEndVertex
- Specified by:
getEndVertex
in interfaceSmoothedSegment
-