public interface ChartDataAnimator
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_ANIMATION_DURATION |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAnimation() |
boolean |
isAnimationStarted() |
void |
setChartAnimationListener(ChartAnimationListener animationListener) |
void |
startAnimation(long duration) |
static final long DEFAULT_ANIMATION_DURATION
void startAnimation(long duration)
void cancelAnimation()
boolean isAnimationStarted()
void setChartAnimationListener(ChartAnimationListener animationListener)