Uses of Enum Class
pi.animation.AnimationMode
Packages that use AnimationMode
-
Uses of AnimationMode in pi.animation
Methods in pi.animation that return AnimationModeModifier and TypeMethodDescriptionstatic AnimationModeReturns the enum constant of this class with the specified name.static AnimationMode[]AnimationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pi.animation with parameters of type AnimationModeModifierConstructorDescriptionValueAnimator(double duration, Consumer<Value> consumer, Interpolator<Value> interpolator, AnimationMode mode, FrameUpdateListenerRegistration parent)