Built-in Interpolator that provides discrete time interpolation.
Built-in Interpolator instance that provides ease in/out behavior.
Built-in Interpolator instance that provides ease in behavior.
Built-in Interpolator instance that provides ease out behavior.
Built-in Interpolator that provides linear time interpolation.
Creates an Interpolator, which curve() is shaped using the spline control points defined by (x1, y1) and (x2, y2).
Creates an Interpolator, which curve() is shaped using the spline control points defined by (x1, y1) and (x2, y2).
x coordinate of the first control point
y coordinate of the first control point
x coordinate of the second control point
y coordinate of the second control point
A spline interpolator
Create a tangent Interpolator.
Create a tangent Interpolator.
The delta time of the in-tangent
The value of the in-tangent
The delta time of the out-tangent
The value of the out-tangent
the new tangent interpolator
Creates a tangent Interpolator, for which in-tangent and out-tangent are identical.
Creates a tangent Interpolator, for which in-tangent and out-tangent are identical.
The delta time of the tangent
The value of the tangent
the new Tangent interpolator
Wraps a
Interpolator. Really no point wrapping the JavaFXInterpolatorclass, so this just exposes the statics.