com.swfm.mica.animators
Class MiLinearPacer

java.lang.Object
  extended bycom.swfm.mica.animators.MiLinearPacer
All Implemented Interfaces:
MiiAnimatorPacer

public class MiLinearPacer
extends java.lang.Object
implements MiiAnimatorPacer

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiLinearPacer()
           
 
Method Summary
 boolean hasAnticipation()
           
 boolean hasFollowThrough()
           
 double transform(double input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiLinearPacer

public MiLinearPacer()
Method Detail

transform

public double transform(double input)
Specified by:
transform in interface MiiAnimatorPacer

hasAnticipation

public boolean hasAnticipation()
Specified by:
hasAnticipation in interface MiiAnimatorPacer

hasFollowThrough

public boolean hasFollowThrough()
Specified by:
hasFollowThrough in interface MiiAnimatorPacer