Uses of Class
tripleplay.util.Interpolator
Packages that use Interpolator
Package
Description
-
Uses of Interpolator in tripleplay.anim
Methods in tripleplay.anim with parameters of type InterpolatorModifier and TypeMethodDescriptionAnimation.Interped.using
(Interpolator interp) Uses the supplied interpolator for this animation. -
Uses of Interpolator in tripleplay.game.trans
Methods in tripleplay.game.trans with parameters of type Interpolator -
Uses of Interpolator in tripleplay.particle.effect
Methods in tripleplay.particle.effect with parameters of type InterpolatorModifier and TypeMethodDescriptionstatic Effector
Alpha.byAge
(Interpolator interp) Returns an effector that updates the particle's alpha based on its age, as adjusted by the supplied interpolator.static Effector
Alpha.byAge
(Interpolator interp, float startAlpha, float endAlpha) Returns an effector that updates the particle's alpha based on its age, as adjusted by the supplied interpolator. -
Uses of Interpolator in tripleplay.ui
Methods in tripleplay.ui with parameters of type InterpolatorModifier and TypeMethodDescriptionBox.Trans.interp
(Interpolator interp) Configures the interpolator to use for the transition. -
Uses of Interpolator in tripleplay.util
Fields in tripleplay.util declared as InterpolatorModifier and TypeFieldDescriptionstatic Interpolator
Interpolator.BOUNCE_OUT
static Interpolator
Interpolator.EASE_IN
An interpolator that starts to change slowly and ramps up to full speed.static Interpolator
Interpolator.EASE_IN_BACK
An interpolator that undershoots the starting value, then speeds up into the final valuestatic Interpolator
Interpolator.EASE_INOUT
An interpolator that eases away from the starting value, speeds up, then eases into the final value.static Interpolator
Interpolator.EASE_OUT
An interpolator that starts to change quickly and eases into the final value.static Interpolator
Interpolator.EASE_OUT_BACK
An interpolator that eases into the final value and overshoots it before settling on it.static Interpolator
Interpolator.EASE_OUT_ELASTIC
An interpolator that eases past the final value then back towards it elastically.static Interpolator
Interpolator.LINEAR
A linear interpolator.static Interpolator
Interpolator.NOOP
An interpolator that always returns the starting position.