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) classAnimationSchedulerimplementation that uses standardrequestAnimationFrameAPI.(package private) classImplementation using a timer for browsers that do not support animation frames.Methods in com.google.gwt.animation.client that return AnimationSchedulerModifier and TypeMethodDescriptionstatic AnimationSchedulerAnimationScheduler.get()Returns the default implementation of the AnimationScheduler API.Constructors in com.google.gwt.animation.client with parameters of type AnimationSchedulerModifierConstructorDescriptionprotectedAnimation(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.testingModifier and TypeClassDescriptionclassA stub implementation ofAnimationSchedulerthat does not execute the callbacks.