public class BaseAction extends Action
| Constructor and Description | 
|---|
BaseAction(Tween tween)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
interpolate(double t)
Sets the implementation specific interpolation to the
 specified 'tween' value as a value in the range from 0 to
 getLength(). 
 | 
public BaseAction(Tween tween)
public boolean interpolate(double t)
Tweent - animation time (in de-scaled seconds)