Uses of Interface
com.luciad.view.animation.ALcdAnimation.Interpolator
Packages that use ALcdAnimation.Interpolator
-
Uses of ALcdAnimation.Interpolator in com.luciad.view.animation
Fields in com.luciad.view.animation declared as ALcdAnimation.InterpolatorModifier 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)
.Methods in com.luciad.view.animation that return ALcdAnimation.InterpolatorModifier and TypeMethodDescriptionALcdAnimation.getInterpolator()
Returns theALcdAnimation.Interpolator
of thisALcdAnimation
.Methods in com.luciad.view.animation with parameters of type ALcdAnimation.InterpolatorModifier and TypeMethodDescriptionvoid
ALcdAnimation.setInterpolator
(ALcdAnimation.Interpolator aInterpolator) Updates the interpolator of thisALcdAnimation
.