Uses of Class
com.google.gwt.animation.client.AnimationScheduler
-
Packages that use AnimationScheduler Package Description com.google.gwt.animation.client Classes for Animation support.com.google.gwt.animation.client.testing -
-
Uses of AnimationScheduler in com.google.gwt.animation.client
Subclasses of AnimationScheduler in com.google.gwt.animation.client Modifier and Type Class Description (package private) class
AnimationSchedulerImplStandard
AnimationScheduler
implementation that uses standardrequestAnimationFrame
API.(package private) class
AnimationSchedulerImplTimer
Implementation using a timer for browsers that do not support animation frames.Methods in com.google.gwt.animation.client that return AnimationScheduler Modifier and Type Method Description static AnimationScheduler
AnimationScheduler. get()
Returns the default implementation of the AnimationScheduler API.Constructors in com.google.gwt.animation.client with parameters of type AnimationScheduler Constructor Description Animation(AnimationScheduler scheduler)
Construct a newAnimationScheduler
using the specified scheduler to sheduler request frames. -
Uses of AnimationScheduler in com.google.gwt.animation.client.testing
Subclasses of AnimationScheduler in com.google.gwt.animation.client.testing Modifier and Type Class Description class
StubAnimationScheduler
A stub implementation ofAnimationScheduler
that does not execute the callbacks.
-