guru.animator
Class Delay

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

public class Delay
extends BaseAnimator


Constructor Summary
Delay(long dur, float start)
           
 
Method Summary
 float f(float dur, 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

Delay

public Delay(long dur,
             float start)
Method Detail

f

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