private static class InterpolationInterval.ObjectInterpolationInterval extends InterpolationInterval
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
leftValue |
private java.lang.Object |
rightValue |
private WritableValue |
target |
rightInterpolator, ticks| Modifier | Constructor and Description |
|---|---|
private |
ObjectInterpolationInterval(KeyValue keyValue,
long ticks) |
private |
ObjectInterpolationInterval(KeyValue keyValue,
long ticks,
java.lang.Object leftValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
interpolate(double frac) |
void |
recalculateStartValue() |
create, createprivate final WritableValue target
private java.lang.Object leftValue
private final java.lang.Object rightValue
private ObjectInterpolationInterval(KeyValue keyValue, long ticks, java.lang.Object leftValue)
private ObjectInterpolationInterval(KeyValue keyValue, long ticks)
public void interpolate(double frac)
interpolate in class InterpolationIntervalpublic void recalculateStartValue()
recalculateStartValue in class InterpolationInterval