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 AnimationFramePassReturns 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 ScheduledUiScheduler.scheduleDelayInAnimationFrame(long delayMs, Runnable animationTask, int afterFrameCount, AnimationFramePass pass) static ScheduledUiScheduler.scheduleDelayInAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.scheduleDelayInFutureAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.scheduleInAnimationFrame(Runnable animationTask, int afterFrameCount, AnimationFramePass pass) static ScheduledUiScheduler.scheduleInAnimationFrame(Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.scheduleInFutureAnimationFrame(Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.schedulePeriodicInAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.schedulePeriodicInAnimationFrame(long delayMs, Consumer<Scheduled> animationTask, AnimationFramePass pass) static ScheduledUiScheduler.schedulePeriodicInAnimationFrame(Runnable animationTask, AnimationFramePass pass) static ScheduledUiScheduler.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 ScheduledUiSchedulerProvider.scheduleDelayInAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.scheduleDelayInFutureAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.scheduleInAnimationFrame(Runnable animationTask, int afterFrameCount, AnimationFramePass pass) default ScheduledUiSchedulerProvider.scheduleInAnimationFrame(Runnable animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.scheduleInFutureAnimationFrame(Runnable animationTask, AnimationFramePass pass) UiSchedulerProvider.schedulePeriodicInAnimationFrame(long delayMs, Runnable animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.schedulePeriodicInAnimationFrame(long delayMs, Consumer<Scheduled> animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.schedulePeriodicInAnimationFrame(Runnable animationTask, AnimationFramePass pass) default ScheduledUiSchedulerProvider.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)