org.pushingpixels.trident.ease
Class Linear

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

public class Linear
extends Object
implements TimelineEase


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

Linear

public Linear()
Method Detail

map

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