public class ChartViewportAnimatorV14 extends java.lang.Object implements ChartViewportAnimator, android.animation.Animator.AnimatorListener, android.animation.ValueAnimator.AnimatorUpdateListener
FAST_ANIMATION_DURATION| Constructor and Description |
|---|
ChartViewportAnimatorV14(Chart chart) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAnimation() |
boolean |
isAnimationStarted() |
void |
onAnimationCancel(android.animation.Animator animation) |
void |
onAnimationEnd(android.animation.Animator animation) |
void |
onAnimationRepeat(android.animation.Animator animation) |
void |
onAnimationStart(android.animation.Animator animation) |
void |
onAnimationUpdate(android.animation.ValueAnimator animation) |
void |
setChartAnimationListener(ChartAnimationListener animationListener) |
void |
startAnimation(Viewport startViewport,
Viewport targetViewport) |
void |
startAnimation(Viewport startViewport,
Viewport targetViewport,
long duration) |
public ChartViewportAnimatorV14(Chart chart)
public void startAnimation(Viewport startViewport, Viewport targetViewport)
startAnimation in interface ChartViewportAnimatorpublic void startAnimation(Viewport startViewport, Viewport targetViewport, long duration)
startAnimation in interface ChartViewportAnimatorpublic void cancelAnimation()
cancelAnimation in interface ChartViewportAnimatorpublic void onAnimationUpdate(android.animation.ValueAnimator animation)
onAnimationUpdate in interface android.animation.ValueAnimator.AnimatorUpdateListenerpublic void onAnimationCancel(android.animation.Animator animation)
onAnimationCancel in interface android.animation.Animator.AnimatorListenerpublic void onAnimationEnd(android.animation.Animator animation)
onAnimationEnd in interface android.animation.Animator.AnimatorListenerpublic void onAnimationRepeat(android.animation.Animator animation)
onAnimationRepeat in interface android.animation.Animator.AnimatorListenerpublic void onAnimationStart(android.animation.Animator animation)
onAnimationStart in interface android.animation.Animator.AnimatorListenerpublic boolean isAnimationStarted()
isAnimationStarted in interface ChartViewportAnimatorpublic void setChartAnimationListener(ChartAnimationListener animationListener)
setChartAnimationListener in interface ChartViewportAnimator