public final class DefaultChartAnimationCollection extends Object implements IsDefaultAnimationCollection
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay()
Returns the delay before starting the animations.
|
DelayCallback |
getDelayCallback()
Returns the callback to set the delay before starting the animations.
|
int |
getDuration()
Returns the number of milliseconds an animation takes.
|
DurationCallback |
getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes.
|
Easing |
getEasing()
Returns the animation easing.
|
EasingCallback |
getEasingCallback()
Returns the callback to set the animation easing.
|
double |
getFrom()
Returns the start value for the animation as number.
|
boolean |
getFromAsBoolean()
Returns the start value for the animation as boolean.
|
String |
getFromAsString()
Returns the start value for the animation as color string.
|
FromCallback |
getFromCallback()
Returns the callback to set the start value for the animation.
|
LoopCallback |
getLoopCallback()
Returns the callback to loop the animations endlessly.
|
List<AnimationPropertyKey> |
getProperties()
Returns the properties defined in the the animation collection.
|
double |
getTo()
Returns the end value for the animation as number.
|
boolean |
getToAsBoolean()
Returns the end value for the animation as boolean.
|
String |
getToAsString()
Returns the end value for the animation as color string.
|
ToCallback |
getToCallback()
Returns the callback to set the end value for the animation.
|
AnimationType |
getType()
Returns the type of
from property and determines the interpolator used. |
boolean |
isLoop()
If set to
true, loops the animations endlessly. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDelay, getDelayCallback, getDuration, getDurationCallback, getEasing, getEasingCallback, getLoopCallback, isLooppublic List<AnimationPropertyKey> getProperties()
IsDefaultAnimationCollectiongetProperties in interface IsDefaultAnimationCollectionpublic AnimationType getType()
IsDefaultAnimationCollectionfrom property and determines the interpolator used.getType in interface IsDefaultAnimationCollectionfrom property and determines the interpolator used.public double getFrom()
IsDefaultAnimationCollectiongetFrom in interface IsDefaultAnimationCollectionpublic boolean getFromAsBoolean()
IsDefaultAnimationCollectiongetFromAsBoolean in interface IsDefaultAnimationCollectionpublic String getFromAsString()
IsDefaultAnimationCollectiongetFromAsString in interface IsDefaultAnimationCollectionpublic double getTo()
IsDefaultAnimationCollectiongetTo in interface IsDefaultAnimationCollectionpublic boolean getToAsBoolean()
IsDefaultAnimationCollectiongetToAsBoolean in interface IsDefaultAnimationCollectionpublic String getToAsString()
IsDefaultAnimationCollectiongetToAsString in interface IsDefaultAnimationCollectionpublic FromCallback getFromCallback()
IsDefaultAnimationCollectiongetFromCallback in interface IsDefaultAnimationCollectionpublic ToCallback getToCallback()
IsDefaultAnimationCollectiongetToCallback in interface IsDefaultAnimationCollectionpublic Easing getEasing()
IsDefaultBaseAnimationgetEasing in interface IsDefaultBaseAnimationpublic int getDuration()
IsDefaultBaseAnimationgetDuration in interface IsDefaultBaseAnimationpublic int getDelay()
IsDefaultBaseAnimationgetDelay in interface IsDefaultBaseAnimationpublic boolean isLoop()
IsDefaultBaseAnimationtrue, loops the animations endlessly.isLoop in interface IsDefaultBaseAnimationtrue if loops the animations endlessly.public DurationCallback getDurationCallback()
IsDefaultBaseAnimationgetDurationCallback in interface IsDefaultBaseAnimationpublic DelayCallback getDelayCallback()
IsDefaultBaseAnimationgetDelayCallback in interface IsDefaultBaseAnimationpublic LoopCallback getLoopCallback()
IsDefaultBaseAnimationgetLoopCallback in interface IsDefaultBaseAnimationpublic EasingCallback getEasingCallback()
IsDefaultBaseAnimationgetEasingCallback in interface IsDefaultBaseAnimation