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