-
- All Implemented Interfaces:
-
android.animation.Animator.AnimatorListener,android.animation.ValueAnimator.AnimatorUpdateListener,java.lang.Runnable
public class AnimatedZoomJob extends AnimatedViewPortJob implements Animator.AnimatorListener
Created by Philipp Jahoda on 19/02/16.
-
-
Constructor Summary
Constructors Constructor Description AnimatedZoomJob(ViewPortHandler viewPortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin, float yOrigin, float zoomCenterX, float zoomCenterY, float zoomOriginX, float zoomOriginY, long duration)
-
Method Summary
Modifier and Type Method Description static AnimatedZoomJobgetInstance(ViewPortHandler viewPortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin, float yOrigin, float zoomCenterX, float zoomCenterY, float zoomOriginX, float zoomOriginY, long duration)voidonAnimationUpdate(ValueAnimator animation)voidonAnimationEnd(Animator animation)voidonAnimationCancel(Animator animation)voidonAnimationRepeat(Animator animation)voidrecycleSelf()voidonAnimationStart(Animator animation)-
Methods inherited from class com.github.mikephil.charting.jobs.AnimatedViewPortJob
getPhase, getXOrigin, getYOrigin, run, setPhase -
Methods inherited from class com.github.mikephil.charting.jobs.ViewPortJob
getXValue, getYValue -
Methods inherited from class java.lang.Runnable
run -
Methods inherited from class android.animation.ValueAnimator.AnimatorUpdateListener
onAnimationUpdate -
Methods inherited from class android.animation.Animator.AnimatorListener
onAnimationCancel, onAnimationEnd, onAnimationRepeat, onAnimationStart -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatedZoomJob
AnimatedZoomJob(ViewPortHandler viewPortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin, float yOrigin, float zoomCenterX, float zoomCenterY, float zoomOriginX, float zoomOriginY, long duration)
-
-
Method Detail
-
getInstance
static AnimatedZoomJob getInstance(ViewPortHandler viewPortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin, float yOrigin, float zoomCenterX, float zoomCenterY, float zoomOriginX, float zoomOriginY, long duration)
-
onAnimationUpdate
void onAnimationUpdate(ValueAnimator animation)
-
onAnimationEnd
void onAnimationEnd(Animator animation)
-
onAnimationCancel
void onAnimationCancel(Animator animation)
-
onAnimationRepeat
void onAnimationRepeat(Animator animation)
-
recycleSelf
void recycleSelf()
-
onAnimationStart
void onAnimationStart(Animator animation)
-
-
-
-