Package 

Class AnimatedViewPortJob

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float phase
      protected float xOrigin
      protected float yOrigin
    • Method Summary

      Modifier and Type Method Description
      float getPhase()
      void setPhase(float phase)
      float getXOrigin()
      float getYOrigin()
      void run()
      abstract void recycleSelf()
      void onAnimationStart(Animator animation)
      void onAnimationEnd(Animator animation)
      void onAnimationCancel(Animator animation)
      void onAnimationRepeat(Animator animation)
      void onAnimationUpdate(ValueAnimator animation)
      • 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