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
The
PolyBezierInterpolator
interpolates a cubic Bezier spline through
the supplied way points
.-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.gef.fx.nodes.AbstractInterpolator
arrangeDecoration, clipAtDecoration, interpolate
-
Constructor Details
-
PolyBezierInterpolator
public PolyBezierInterpolator()
-
-
Method Details
-
computeCurve
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.
-