public final class DefaultChartAnimation extends Object implements IsDefaultAnimation
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Returns the number of milliseconds an animation takes.
|
Easing |
getEasing()
Returns the animation easing.
|
boolean |
isAnimateRotate()
If true, the chart will animate in with a rotation animation.
|
boolean |
isAnimateScale()
If true, will animate scaling the chart from the center outwards.
|
public Easing getEasing()
IsDefaultAnimationgetEasing in interface IsDefaultAnimationpublic int getDuration()
IsDefaultAnimationgetDuration in interface IsDefaultAnimationpublic boolean isAnimateRotate()
IsDefaultAnimationisAnimateRotate in interface IsDefaultAnimationpublic boolean isAnimateScale()
IsDefaultAnimationisAnimateScale in interface IsDefaultAnimation