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.InterpolatorALcdAnimation.Interpolator.LINEARImplementation ofALcdAnimation.Interpolatorthat returns the provided time unmodified.static final ALcdAnimation.InterpolatorALcdAnimation.Interpolator.SMOOTH_STEPImplementation ofALcdAnimation.Interpolatorthat 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.Interpolatorof thisALcdAnimation.Methods in com.luciad.view.animation with parameters of type ALcdAnimation.InterpolatorModifier and TypeMethodDescriptionvoidALcdAnimation.setInterpolator(ALcdAnimation.Interpolator aInterpolator) Updates the interpolator of thisALcdAnimation.