Uses of Enum Class
de.pirckheimer_gymnasium.engine_pi.animation.AnimationMode
Packages that use AnimationMode
Package
Description
Klassen zur Animation von Objekten.
-
Uses of AnimationMode in de.pirckheimer_gymnasium.engine_pi.animation
Methods in de.pirckheimer_gymnasium.engine_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 de.pirckheimer_gymnasium.engine_pi.animation with parameters of type AnimationModeModifierConstructorDescriptionValueAnimator(double duration, Consumer<Value> consumer, Interpolator<Value> interpolator, AnimationMode mode, FrameUpdateListenerContainer parent)