Uses of Enum
dev.webfx.platform.uischeduler.AnimationFramePass
Packages that use AnimationFramePass
Package
Description
-
Uses of AnimationFramePass in dev.webfx.platform.uischeduler
Methods in dev.webfx.platform.uischeduler that return AnimationFramePassModifier and TypeMethodDescriptionstatic AnimationFramePass
Returns the enum constant of this type with the specified name.static AnimationFramePass[]
AnimationFramePass.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.webfx.platform.uischeduler with parameters of type AnimationFramePassModifier and TypeMethodDescriptionstatic Scheduled
UiScheduler.scheduleDelayInAnimationFrame
(long delayMs, Runnable animationTask, int afterFrameCount, AnimationFramePass pass) static Scheduled
UiScheduler.scheduleDelayInAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.scheduleDelayInFutureAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.scheduleInAnimationFrame
(Runnable animationTask, int afterFrameCount, AnimationFramePass pass) static Scheduled
UiScheduler.scheduleInAnimationFrame
(Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.scheduleInFutureAnimationFrame
(Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.schedulePeriodicInAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.schedulePeriodicInAnimationFrame
(long delayMs, Consumer<Scheduled> animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.schedulePeriodicInAnimationFrame
(Runnable animationTask, AnimationFramePass pass) static Scheduled
UiScheduler.schedulePeriodicInAnimationFrame
(Consumer<Scheduled> animationTask, AnimationFramePass pass) -
Uses of AnimationFramePass in dev.webfx.platform.uischeduler.spi
Methods in dev.webfx.platform.uischeduler.spi with parameters of type AnimationFramePassModifier and TypeMethodDescriptionUiSchedulerProvider.scheduleDelayInAnimationFrame
(long delayMs, Runnable animationTask, int afterFrameCount, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.scheduleDelayInAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.scheduleDelayInFutureAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.scheduleInAnimationFrame
(Runnable animationTask, int afterFrameCount, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.scheduleInAnimationFrame
(Runnable animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.scheduleInFutureAnimationFrame
(Runnable animationTask, AnimationFramePass pass) UiSchedulerProvider.schedulePeriodicInAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.schedulePeriodicInAnimationFrame
(long delayMs, Consumer<Scheduled> animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.schedulePeriodicInAnimationFrame
(Runnable animationTask, AnimationFramePass pass) default Scheduled
UiSchedulerProvider.schedulePeriodicInAnimationFrame
(Consumer<Scheduled> animationTask, AnimationFramePass pass) -
Uses of AnimationFramePass in dev.webfx.platform.uischeduler.spi.impl
Methods in dev.webfx.platform.uischeduler.spi.impl with parameters of type AnimationFramePassModifier and TypeMethodDescriptionUiSchedulerProviderBase.scheduleDelayInAnimationFrame
(long delayMs, Runnable animationTask, int afterFrameCount, AnimationFramePass pass) UiSchedulerProviderBase.schedulePeriodicInAnimationFrame
(long delayMs, Runnable animationTask, AnimationFramePass pass)