Interpolator
Wraps a $INT. Really no point wrapping the JavaFX $INT class, so this just exposes the statics.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Interpolator.type
Members list
Value members
Concrete methods
Built-in Interpolator that provides discrete time interpolation.
Built-in Interpolator that provides discrete time interpolation.
Attributes
Built-in Interpolator instance that provides ease in/out behavior.
Built-in Interpolator instance that provides ease in/out behavior.
Attributes
Built-in Interpolator instance that provides ease in behavior.
Built-in Interpolator instance that provides ease in behavior.
Attributes
Built-in Interpolator instance that provides ease out behavior.
Built-in Interpolator instance that provides ease out behavior.
Attributes
Built-in Interpolator that provides linear time interpolation.
Built-in Interpolator that provides linear time interpolation.
Attributes
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).
Value parameters
- x1
-
x coordinate of the first control point
- x2
-
x coordinate of the second control point
- y1
-
y coordinate of the first control point
- y2
-
y coordinate of the second control point
Attributes
- Returns
-
A spline 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.
Value parameters
- t
-
The delta time of the tangent
- v
-
The value of the tangent
Attributes
- Returns
-
the new Tangent interpolator
Create a tangent Interpolator.
Create a tangent Interpolator.
Value parameters
- t1
-
The delta time of the in-tangent
- t2
-
The delta time of the out-tangent
- v1
-
The value of the in-tangent
- v2
-
The value of the out-tangent
Attributes
- Returns
-
the new tangent interpolator
Deprecated methods
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true