public class AnimatableNumberOptionalNumberValue extends AnimatableValue
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasOptionalNumber
Whether the optional number is present.
|
protected float |
number
The first number.
|
protected float |
optionalNumber
The optional number.
|
decimalFormat, hasChanged, target| Modifier | Constructor and Description |
|---|---|
protected |
AnimatableNumberOptionalNumberValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberOptionalNumberValue.
|
|
AnimatableNumberOptionalNumberValue(AnimationTarget target,
float n)
Creates a new AnimatableNumberOptionalNumberValue with one number.
|
|
AnimatableNumberOptionalNumberValue(AnimationTarget target,
float n,
float on)
Creates a new AnimatableNumberOptionalNumberValue with two numbers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPace()
Returns whether two values of this type can have their distance
computed, as needed by paced animation.
|
float |
distanceTo(AnimatableValue other)
Returns the absolute distance between this value and the specified other
value.
|
String |
getCssText()
Returns the CSS text representation of the value.
|
float |
getNumber()
Returns the first number.
|
float |
getOptionalNumber()
Returns the optional number.
|
AnimatableValue |
getZeroValue()
Returns a zero value of this AnimatableValue's type.
|
boolean |
hasOptionalNumber()
Returns whether the optional number is present.
|
AnimatableValue |
interpolate(AnimatableValue result,
AnimatableValue to,
float interpolation,
AnimatableValue accumulation,
int multiplier)
Performs interpolation to the given value.
|
formatNumber, hasChanged, toString, toStringRepprotected float number
protected boolean hasOptionalNumber
protected float optionalNumber
protected AnimatableNumberOptionalNumberValue(AnimationTarget target)
public AnimatableNumberOptionalNumberValue(AnimationTarget target, float n)
public AnimatableNumberOptionalNumberValue(AnimationTarget target, float n, float on)
public AnimatableValue interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
interpolate in class AnimatableValueresult - the object in which to store the result of the
interpolation, or null if a new object should be createdto - the value this value should be interpolated towards, or null
if no actual interpolation should be performedinterpolation - the interpolation distance, 0 <= interpolation
<= 1accumulation - an accumulation to add to the interpolated valuemultiplier - an amount the accumulation values should be multiplied
by before being added to the interpolated valuepublic float getNumber()
public boolean hasOptionalNumber()
public float getOptionalNumber()
public boolean canPace()
canPace in class AnimatableValuepublic float distanceTo(AnimatableValue other)
distanceTo in class AnimatableValuepublic AnimatableValue getZeroValue()
getZeroValue in class AnimatableValuepublic String getCssText()
getCssText in class AnimatableValueCopyright © 2000–2021 Apache Software Foundation. All rights reserved.