public class OrbitViewMoveToZoomAnimator extends MoveToDoubleAnimator
minEpsilon, smoothingbegin, end, propertyAccessorinterpolator| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
nextgetBegin, getEnd, getPropertyAccessor, setBegin, setEndflagLastStateInvalid, hasNext, isLastStateValid, isStopOnInvalidState, set, setStopOnInvalidState, start, stoppublic Double nextDouble(double interpolant)
MoveToDoubleAnimatornextDouble in class MoveToDoubleAnimatorinterpolant - The inerpolant to be used to perform the interpolation.  A number between 0 and 1.protected void setImpl(double interpolant)
BasicAnimatorsetImpl in class DoubleAnimatorinterpolant - A value between 0 and 1.