Package 

Class AnimatedMoveViewJob

  • All Implemented Interfaces:
    android.animation.Animator.AnimatorListener , android.animation.ValueAnimator.AnimatorUpdateListener , java.lang.Runnable

    
    public class AnimatedMoveViewJob
    extends AnimatedViewPortJob
                        

    Created by Philipp Jahoda on 19/02/16.

    • Method Summary

      Modifier and Type Method Description
      static AnimatedMoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v, float xOrigin, float yOrigin, long duration)
      static void recycleInstance(AnimatedMoveViewJob instance)
      void onAnimationUpdate(ValueAnimator animation)
      void recycleSelf()
      • Methods inherited from class com.github.mikephil.charting.jobs.AnimatedViewPortJob

        getPhase, getXOrigin, getYOrigin, onAnimationCancel, onAnimationEnd, onAnimationRepeat, onAnimationStart, 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