Class SingleSpline
java.lang.Object
com.treemap.swing.voronoi.smoothing.AbstractSmoothedSegment
com.treemap.swing.voronoi.smoothing.SingleSpline
- All Implemented Interfaces:
SmoothedSegment
-
Constructor Summary
ConstructorsConstructorDescriptionSingleSpline
(CubicCurve2D curve, Vertex startVertex, Vertex endVertex, LineSegment lineSegment) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToGeneralPath
(GeneralPath generalPath) getNearestSegmentLocation
(Vertex vertex) getSubSegment
(SegmentLocation start, SegmentLocation end) reversed()
Methods inherited from class com.treemap.swing.voronoi.smoothing.AbstractSmoothedSegment
getEndVertex, getLineSegment, getStartVertex
-
Constructor Details
-
SingleSpline
public SingleSpline(CubicCurve2D curve, Vertex startVertex, Vertex endVertex, LineSegment lineSegment)
-
-
Method Details
-
addToGeneralPath
-
reversed
-
getNearestSegmentLocation
-
getSubSegment
-