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
(Since version 8.0.60-R10) Use Discrete; DISCRETE will be removed in a future release
(Since version 8.0.60-R10) Use EaseBoth; EASE_BOTH will be removed in a future release
(Since version 8.0.60-R10) Use EaseIn; EASE_IN will be removed in a future release
(Since version 8.0.60-R10) Use EaseOut; EASE_OUT will be removed in a future release
(Since version 8.0.60-R10) Use Linear; LINEAR will be removed in a future release
(Since version 8.0.60-R10) Use Spline; SPLINE will be removed in a future release
(Since version 8.0.60-R10) Use Tangent; TANGENT will be removed in a future release
(Since version 8.0.60-R10) Use Tangent; TANGENT will be removed in a future release
Wraps a
Interpolator
. Really no point wrapping the JavaFXInterpolator
class, so this just exposes the statics.