public class AnimatableNumberOrPercentageValue extends AnimatableNumberValue
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPercentage
Whether the number is a percentage.
|
valuedecimalFormat, hasChanged, target| Modifier | Constructor and Description |
|---|---|
protected |
AnimatableNumberOrPercentageValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberOrPercentageValue.
|
|
AnimatableNumberOrPercentageValue(AnimationTarget target,
float n)
Creates a new AnimatableNumberOrPercentageValue with a number.
|
|
AnimatableNumberOrPercentageValue(AnimationTarget target,
float n,
boolean isPercentage)
Creates a new AnimatableNumberOrPercentageValue with either a number
or a percentage.
|
| 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.
|
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 |
isPercentage()
Returns whether the value is a percentage.
|
getValueformatNumber, hasChanged, toString, toStringRepprotected AnimatableNumberOrPercentageValue(AnimationTarget target)
public AnimatableNumberOrPercentageValue(AnimationTarget target, float n)
public AnimatableNumberOrPercentageValue(AnimationTarget target, float n, boolean isPercentage)
public AnimatableValue interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
interpolate in class AnimatableNumberValueresult - 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 boolean isPercentage()
public boolean canPace()
canPace in class AnimatableNumberValuepublic float distanceTo(AnimatableValue other)
distanceTo in class AnimatableNumberValuepublic AnimatableValue getZeroValue()
getZeroValue in class AnimatableNumberValuepublic String getCssText()
getCssText in class AnimatableNumberValueCopyright © 2000–2021 Apache Software Foundation. All rights reserved.