com.swfm.mica.animators
Class MiSlowStartSlowStopPacer

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

public class MiSlowStartSlowStopPacer
extends java.lang.Object
implements MiiAnimatorPacer

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

Constructor Summary
MiSlowStartSlowStopPacer()
           
 
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

MiSlowStartSlowStopPacer

public MiSlowStartSlowStopPacer()
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