Uses of Interface
ea.animation.Interpolator
Packages that use Interpolator
-
Uses of Interpolator in ea.animation
Constructors in ea.animation with parameters of type InterpolatorModifierConstructorDescriptionValueAnimator
(float duration, Consumer<Value> consumer, Interpolator<Value> interpolator, AnimationMode mode, FrameUpdateListenerContainer parent) ValueAnimator
(float duration, Consumer<Value> consumer, Interpolator<Value> interpolator, FrameUpdateListenerContainer parent) -
Uses of Interpolator in ea.animation.interpolation
Classes in ea.animation.interpolation that implement InterpolatorModifier and TypeClassDescriptionclass
ConstantInterpolator<Value>
Ein Interpolator, der eine konstante Funktion darstellt.class
Interpoliert auf einer kompletten Cosinuskurve.class
class
class
class
class
Interpoliert auf einer kompletten Sinuskurve.