public class OrbitViewMoveToZoomAnimator extends MoveToDoubleAnimator
minEpsilon, smoothing
begin, end, propertyAccessor
interpolator
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
nextDouble(double interpolant)
Get the next value using the given interpolantto perform a linear interplation.
|
protected void |
setImpl(double interpolant)
No-op intended to be overrided by deriving classes.
|
next
getBegin, getEnd, getPropertyAccessor, setBegin, setEnd
flagLastStateInvalid, hasNext, isLastStateValid, isStopOnInvalidState, set, setStopOnInvalidState, start, stop
public java.lang.Double nextDouble(double interpolant)
MoveToDoubleAnimator
nextDouble
in class MoveToDoubleAnimator
interpolant
- The inerpolant to be used to perform the interpolation. A number between 0 and 1.protected void setImpl(double interpolant)
BasicAnimator
setImpl
in class DoubleAnimator
interpolant
- A value between 0 and 1.