public class PolyBezierInterpolator extends AbstractInterpolator
PolyBezierInterpolator
interpolates a cubic Bezier spline through
the supplied way points
.Constructor and Description |
---|
PolyBezierInterpolator() |
Modifier and Type | Method and Description |
---|---|
protected ICurve |
computeCurve(Connection connection)
|
arrangeDecoration, clipAtDecoration, interpolate
protected ICurve computeCurve(Connection connection)
AbstractInterpolator
computeCurve
in class AbstractInterpolator
connection
- The Connection
, for which to compute a new
ICurve
geometry.ICurve
that represents the to be rendered geometry.Copyright (c) 2014 itemis AG and others. All rights reserved.