public class PieChartRotationAnimatorV8 extends java.lang.Object implements PieChartRotationAnimator
FAST_ANIMATION_DURATION| Constructor and Description |
|---|
PieChartRotationAnimatorV8(PieChartView chart) |
PieChartRotationAnimatorV8(PieChartView chart,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAnimation() |
boolean |
isAnimationStarted() |
void |
setChartAnimationListener(ChartAnimationListener animationListener) |
void |
startAnimation(float startRotation,
float targetRotation) |
public PieChartRotationAnimatorV8(PieChartView chart)
public PieChartRotationAnimatorV8(PieChartView chart, long duration)
public void startAnimation(float startRotation,
float targetRotation)
startAnimation in interface PieChartRotationAnimatorpublic void cancelAnimation()
cancelAnimation in interface PieChartRotationAnimatorpublic boolean isAnimationStarted()
isAnimationStarted in interface PieChartRotationAnimatorpublic void setChartAnimationListener(ChartAnimationListener animationListener)
setChartAnimationListener in interface PieChartRotationAnimator