Package 

Class AnimatedZoomJob

    • 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 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)
      void onAnimationUpdate(ValueAnimator animation)
      void onAnimationEnd(Animator animation)
      void onAnimationCancel(Animator animation)
      void onAnimationRepeat(Animator animation)
      void recycleSelf()
      void onAnimationStart(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