guru.animator
Class LinearAnimator

java.lang.Object
  extended by guru.animator.BaseAnimator
      extended by guru.animator.LinearAnimator
All Implemented Interfaces:
Animator

public class LinearAnimator
extends BaseAnimator


Constructor Summary
LinearAnimator(long dur, float start, float end)
           
 
Method Summary
 float f(float d, float start, float stop)
           
 
Methods inherited from class guru.animator.BaseAnimator
addAnimationListener, get, isDone, isRunning, reset, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearAnimator

public LinearAnimator(long dur,
                      float start,
                      float end)
Method Detail

f

public float f(float d,
               float start,
               float stop)
Specified by:
f in class BaseAnimator