additv.animation
Class AFloatIncrementor

java.lang.Object
  extended by additv.animation.AFloatIncrementor
All Implemented Interfaces:
AAnimator

public class AFloatIncrementor
extends java.lang.Object
implements AAnimator


Field Summary
 AFloatAbstract stepSize
           
 
Constructor Summary
AFloatIncrementor(AFloatAbstract value, float stepSize)
           
 
Method Summary
 void step()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stepSize

public AFloatAbstract stepSize
Constructor Detail

AFloatIncrementor

public AFloatIncrementor(AFloatAbstract value,
                         float stepSize)
Method Detail

step

public void step()
Specified by:
step in interface AAnimator