Package org.eclipse.gef.fx.nodes
Class PolyBezierInterpolator
- java.lang.Object
-
- org.eclipse.gef.fx.nodes.AbstractInterpolator
-
- org.eclipse.gef.fx.nodes.PolyBezierInterpolator
-
- All Implemented Interfaces:
IConnectionInterpolator
public class PolyBezierInterpolator extends AbstractInterpolator
ThePolyBezierInterpolator
interpolates a cubic Bezier spline through the suppliedway points
.
-
-
Constructor Summary
Constructors Constructor Description PolyBezierInterpolator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ICurve
computeCurve(Connection connection)
-
Methods inherited from class org.eclipse.gef.fx.nodes.AbstractInterpolator
arrangeDecoration, clipAtDecoration, interpolate
-
-
-
-
Method Detail
-
computeCurve
protected ICurve computeCurve(Connection connection)
Description copied from class:AbstractInterpolator
- Specified by:
computeCurve
in classAbstractInterpolator
- Parameters:
connection
- TheConnection
, for which to compute a newICurve
geometry.- Returns:
- An
ICurve
that represents the to be rendered geometry.
-
-