public interface Tween
extends java.lang.Cloneable
| Modifier and Type | Method and Description | 
|---|---|
double | 
getLength()
Returns the length of the tween. 
 | 
boolean | 
interpolate(double t)
Sets the implementation specific interpolation to the
 specified 'tween' value as a value in the range from 0 to
 getLength(). 
 | 
double getLength()
boolean interpolate(double t)
t - animation time (in de-scaled seconds)