org.apache.pivot.wtk.effects.easing
Class Quintic

java.lang.Object
  extended by org.apache.pivot.wtk.effects.easing.Quintic
All Implemented Interfaces:
Easing

public class Quintic
extends Object
implements Easing

Quintic easing operation.


Constructor Summary
Quintic()
           
 
Method Summary
 float easeIn(float time, float begin, float change, float duration)
           
 float easeInOut(float time, float begin, float change, float duration)
           
 float easeOut(float time, float begin, float change, float duration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quintic

public Quintic()
Method Detail

easeIn

public float easeIn(float time,
                    float begin,
                    float change,
                    float duration)
Specified by:
easeIn in interface Easing

easeOut

public float easeOut(float time,
                     float begin,
                     float change,
                     float duration)
Specified by:
easeOut in interface Easing

easeInOut

public float easeInOut(float time,
                       float begin,
                       float change,
                       float duration)
Specified by:
easeInOut in interface Easing