public abstract class AbstractSplineInterpolator extends Interpolator
| Constructor and Description |
|---|
AbstractSplineInterpolator() |
AbstractSplineInterpolator(boolean reverse) |
AbstractSplineInterpolator(float startValue,
float endValue) |
AbstractSplineInterpolator(float startValue,
float endValue,
long timespan) |
AbstractSplineInterpolator(long timespan) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFraction(float t) |
protected abstract java.awt.geom.Point2D.Float |
getXY(float t,
java.awt.geom.Point2D.Float p) |
protected abstract float |
getY(float t) |
protected void |
update(float fraction) |
protected void |
updateFractions(int N) |
finish, initialize, interpolate, isElapsed, isFinished, isSequential, replaces, setTimespanpublic AbstractSplineInterpolator()
public AbstractSplineInterpolator(long timespan)
public AbstractSplineInterpolator(boolean reverse)
public AbstractSplineInterpolator(float startValue,
float endValue)
public AbstractSplineInterpolator(float startValue,
float endValue,
long timespan)
protected void updateFractions(int N)
public final float getFraction(float t)
getFraction in class Interpolatorprotected abstract java.awt.geom.Point2D.Float getXY(float t,
java.awt.geom.Point2D.Float p)
protected abstract float getY(float t)
protected void update(float fraction)
update in class InterpolatorCopyright © 2022. All Rights Reserved.