public class ScheduledInterpolator extends Object implements Interpolator
| Constructor and Description | 
|---|
| ScheduledInterpolator(Date startTime,
                     Date stopTime) | 
| ScheduledInterpolator(Date startTime,
                     long lengthMillis) | 
| ScheduledInterpolator(long lengthMillis) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | nextInterpolant()Returns the next interpolant | 
public ScheduledInterpolator(Date startTime, long lengthMillis)
public ScheduledInterpolator(long lengthMillis)
public double nextInterpolant()
InterpolatornextInterpolant in interface Interpolator