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