GWT 2.5.0.rc1

Uses of Class
com.google.gwt.animation.client.AnimationScheduler

Packages that use AnimationScheduler
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
(package private)  class AnimationSchedulerImpl
          Base class for animation implementations.
(package private)  class AnimationSchedulerImplMozilla
          Implementation using mozRequestAnimationFrame.
(package private)  class AnimationSchedulerImplTimer
          Implementation using a timer for browsers that do not support animation frames.
(package private)  class AnimationSchedulerImplWebkit
          Implementation using webkitRequestAnimationFrame and webkitCancelRequestAnimationFrame.
 

Fields in com.google.gwt.animation.client declared as AnimationScheduler
(package private) static AnimationScheduler AnimationSchedulerImpl.INSTANCE
          The singleton instance of animation scheduler.
 

Methods in com.google.gwt.animation.client that return AnimationScheduler
static AnimationScheduler AnimationScheduler.get()
          Returns the default implementation of the AnimationScheduler API.
 

Constructors in com.google.gwt.animation.client with parameters of type AnimationScheduler
Animation(AnimationScheduler scheduler)
          Construct a new AnimationScheduler 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
 class StubAnimationScheduler
          A stub implementation of AnimationScheduler that does not execute the callbacks.
 


GWT 2.5.0.rc1