Uses of Interface
com.luciad.view.animation.ALcdAnimation.Interpolator
-
Uses of ALcdAnimation.Interpolator in com.luciad.view.animation
Modifier and TypeFieldDescriptionstatic final ALcdAnimation.Interpolator
ALcdAnimation.Interpolator.LINEAR
Implementation ofALcdAnimation.Interpolator
that returns the provided time unmodified.static final ALcdAnimation.Interpolator
ALcdAnimation.Interpolator.SMOOTH_STEP
Implementation ofALcdAnimation.Interpolator
that applies the "smooth step" functiony=x^2*(3-2*x)
.Modifier and TypeMethodDescriptionALcdAnimation.getInterpolator()
Returns theALcdAnimation.Interpolator
of thisALcdAnimation
.Modifier and TypeMethodDescriptionvoid
ALcdAnimation.setInterpolator
(ALcdAnimation.Interpolator aInterpolator) Updates the interpolator of thisALcdAnimation
.