Uses of Interface
ea.FrameUpdateListener
Packages that use FrameUpdateListener
-
Uses of FrameUpdateListener in ea
Methods in ea that return types with arguments of type FrameUpdateListenerModifier and TypeMethodDescriptionLayer.getFrameUpdateListeners()
Scene.getFrameUpdateListeners()
-
Uses of FrameUpdateListener in ea.actor
Classes in ea.actor that implement FrameUpdateListenerModifier and TypeClassDescriptionclass
Eine Animation ist ein Actor-Objekt, das aus mehreren Frames besteht.Methods in ea.actor that return types with arguments of type FrameUpdateListener -
Uses of FrameUpdateListener in ea.animation
Classes in ea.animation that implement FrameUpdateListenerModifier and TypeClassDescriptionclass
Animiert einen Actor in einem Kreis.class
Utility-Klasseclass
Eine Animation, die ein Actor-Objekt in einer Linie animiert.class
ValueAnimator<Value>
-
Uses of FrameUpdateListener in ea.event
Classes in ea.event that implement FrameUpdateListenerModifier and TypeClassDescriptionclass
Aggregiert mehrereFrameUpdateListener
, um sie gemeinsam pausieren zu können.Methods in ea.event that return FrameUpdateListenerModifier and TypeMethodDescriptiondefault FrameUpdateListener
Führt das übergebene Runnable mit einer vorgegebenen Verzögerung aus.default FrameUpdateListener
Führt das übergebene Runnable mit Verzögerung wiederholend aus.Methods in ea.event that return types with arguments of type FrameUpdateListenerModifier and TypeMethodDescriptionAggregateFrameUpdateListener.getFrameUpdateListeners()
FrameUpdateListenerContainer.getFrameUpdateListeners()
Methods in ea.event with parameters of type FrameUpdateListenerModifier and TypeMethodDescriptiondefault void
FrameUpdateListenerContainer.addFrameUpdateListener
(FrameUpdateListener frameUpdateListener) default void
FrameUpdateListenerContainer.removeFrameUpdateListener
(FrameUpdateListener frameUpdateListener)