Package javafx.animation
Class InterpolationInterval
java.lang.Object
javafx.animation.InterpolationInterval
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
InterpolationInterval
(long ticks, Interpolator rightInterpolator) -
Method Summary
Modifier and TypeMethodDescriptionstatic InterpolationInterval
static InterpolationInterval
abstract void
interpolate
(double frac) abstract void
-
Field Details
-
ticks
protected final long ticks -
rightInterpolator
-
-
Constructor Details
-
InterpolationInterval
-
-
Method Details
-
interpolate
public abstract void interpolate(double frac) -
recalculateStartValue
public abstract void recalculateStartValue() -
create
public static InterpolationInterval create(KeyValue rightKeyValue, long ticks, KeyValue leftKeyValue, long duration) -
create
-