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) classAnimationSchedulerImplStandardAnimationSchedulerimplementation that uses standardrequestAnimationFrameAPI.(package private) classAnimationSchedulerImplTimerImplementation 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 AnimationSchedulerAnimationScheduler. 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 newAnimationSchedulerusing 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 classStubAnimationSchedulerA stub implementation ofAnimationSchedulerthat does not execute the callbacks.
-