All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lecho.lib.hellocharts.animation.PieChartRotationAnimator Maven / Gradle / Ivy

The newest version!
package lecho.lib.hellocharts.animation;

public interface PieChartRotationAnimator {

    public static final int FAST_ANIMATION_DURATION = 200;

    public void startAnimation(float startAngle, float angleToRotate);

    public void cancelAnimation();

    public boolean isAnimationStarted();

    public void setChartAnimationListener(ChartAnimationListener animationListener);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy