public class AnimatableLengthOrIdentValue extends AnimatableLengthValue
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ident
The identifier.
|
protected boolean |
isIdent
Whether this value is an identifier.
|
lengthType, lengthValue, percentageInterpretation, UNITS
decimalFormat, hasChanged, target
Modifier | Constructor and Description |
---|---|
protected |
AnimatableLengthOrIdentValue(AnimationTarget target)
Creates a new, uninitialized AnimatableLengthOrIdentValue.
|
|
AnimatableLengthOrIdentValue(AnimationTarget target,
short type,
float v,
short pcInterp)
Creates a new AnimatableLengthOrIdentValue for a length value.
|
|
AnimatableLengthOrIdentValue(AnimationTarget target,
java.lang.String ident)
Creates a new AnimatableLengthOrIdentValue for an identifier value.
|
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.
|
java.lang.String |
getCssText()
Returns the CSS text representation of the value.
|
java.lang.String |
getIdent()
Returns the identifier.
|
AnimatableValue |
getZeroValue()
Returns a zero value of this AnimatableValue's type.
|
AnimatableValue |
interpolate(AnimatableValue result,
AnimatableValue to,
float interpolation,
AnimatableValue accumulation,
int multiplier)
Performs interpolation to the given value.
|
boolean |
isIdent()
Returns whether this value is an identifier or a length.
|
compatibleTypes, getLengthType, getLengthValue
formatNumber, hasChanged, toString, toStringRep
protected boolean isIdent
protected java.lang.String ident
protected AnimatableLengthOrIdentValue(AnimationTarget target)
public AnimatableLengthOrIdentValue(AnimationTarget target, short type, float v, short pcInterp)
public AnimatableLengthOrIdentValue(AnimationTarget target, java.lang.String ident)
public boolean isIdent()
public java.lang.String getIdent()
public boolean canPace()
canPace
in class AnimatableLengthValue
public float distanceTo(AnimatableValue other)
distanceTo
in class AnimatableLengthValue
public AnimatableValue getZeroValue()
getZeroValue
in class AnimatableLengthValue
public java.lang.String getCssText()
getCssText
in class AnimatableLengthValue
public AnimatableValue interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
interpolate
in class AnimatableLengthValue
result
- 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 valueCopyright © 2022 Apache Software Foundation. All Rights Reserved.