的
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
package lecho.lib.hellocharts.animation;
|
||||
|
||||
public interface ChartDataAnimator {
|
||||
|
||||
public static final long DEFAULT_ANIMATION_DURATION = 500;
|
||||
|
||||
public void startAnimation(long duration);
|
||||
|
||||
public void cancelAnimation();
|
||||
|
||||
public boolean isAnimationStarted();
|
||||
|
||||
public void setChartAnimationListener(ChartAnimationListener animationListener);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user