org.pushingpixels.trident.ease
Class Sine

java.lang.Object
  extended by org.pushingpixels.trident.ease.Sine
All Implemented Interfaces:
TimelineEase

public class Sine
extends Object
implements TimelineEase


Constructor Summary
Sine()
           
 
Method Summary
 float map(float durationFraction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sine

public Sine()
Method Detail

map

public float map(float durationFraction)
Specified by:
map in interface TimelineEase