Uses of Class
com.google.gwt.animation.client.AnimationScheduler
Packages that use AnimationScheduler
Package
Description
Classes for Animation support.
-
Uses of AnimationScheduler in com.google.gwt.animation.client
Subclasses of AnimationScheduler in com.google.gwt.animation.clientModifier and TypeClassDescription(package private) class
AnimationScheduler
implementation that uses standardrequestAnimationFrame
API.(package private) class
Implementation using a timer for browsers that do not support animation frames.Methods in com.google.gwt.animation.client that return AnimationSchedulerModifier and TypeMethodDescriptionstatic AnimationScheduler
AnimationScheduler.get()
Returns the default implementation of the AnimationScheduler API.Constructors in com.google.gwt.animation.client with parameters of type AnimationSchedulerModifierConstructorDescriptionprotected
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.testingModifier and TypeClassDescriptionclass
A stub implementation ofAnimationScheduler
that does not execute the callbacks.