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