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, wait
getDelay, getDelayCallback, getDuration, getDurationCallback, getEasing, getEasingCallback, getLoopCallback, isLoop
public List<AnimationPropertyKey> getProperties()
IsDefaultAnimationCollection
getProperties
in interface IsDefaultAnimationCollection
public AnimationType getType()
IsDefaultAnimationCollection
from
property and determines the interpolator used.getType
in interface IsDefaultAnimationCollection
from
property and determines the interpolator used.public double getFrom()
IsDefaultAnimationCollection
getFrom
in interface IsDefaultAnimationCollection
public boolean getFromAsBoolean()
IsDefaultAnimationCollection
getFromAsBoolean
in interface IsDefaultAnimationCollection
public String getFromAsString()
IsDefaultAnimationCollection
getFromAsString
in interface IsDefaultAnimationCollection
public double getTo()
IsDefaultAnimationCollection
getTo
in interface IsDefaultAnimationCollection
public boolean getToAsBoolean()
IsDefaultAnimationCollection
getToAsBoolean
in interface IsDefaultAnimationCollection
public String getToAsString()
IsDefaultAnimationCollection
getToAsString
in interface IsDefaultAnimationCollection
public FromCallback getFromCallback()
IsDefaultAnimationCollection
getFromCallback
in interface IsDefaultAnimationCollection
public ToCallback getToCallback()
IsDefaultAnimationCollection
getToCallback
in interface IsDefaultAnimationCollection
public Easing getEasing()
IsDefaultBaseAnimation
getEasing
in interface IsDefaultBaseAnimation
public int getDuration()
IsDefaultBaseAnimation
getDuration
in interface IsDefaultBaseAnimation
public int getDelay()
IsDefaultBaseAnimation
getDelay
in interface IsDefaultBaseAnimation
public boolean isLoop()
IsDefaultBaseAnimation
true
, loops the animations endlessly.isLoop
in interface IsDefaultBaseAnimation
true
if loops the animations endlessly.public DurationCallback getDurationCallback()
IsDefaultBaseAnimation
getDurationCallback
in interface IsDefaultBaseAnimation
public DelayCallback getDelayCallback()
IsDefaultBaseAnimation
getDelayCallback
in interface IsDefaultBaseAnimation
public LoopCallback getLoopCallback()
IsDefaultBaseAnimation
getLoopCallback
in interface IsDefaultBaseAnimation
public EasingCallback getEasingCallback()
IsDefaultBaseAnimation
getEasingCallback
in interface IsDefaultBaseAnimation