GWT 2.6.0-rc4

com.google.gwt.animation.client
Class AnimationSchedulerImpl

java.lang.Object
  extended by com.google.gwt.animation.client.AnimationScheduler
      extended by com.google.gwt.animation.client.AnimationSchedulerImpl
Direct Known Subclasses:
AnimationSchedulerImplMozilla, AnimationSchedulerImplTimer, AnimationSchedulerImplWebkit

abstract class AnimationSchedulerImpl
extends AnimationScheduler

Base class for animation implementations.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.animation.client.AnimationScheduler
AnimationScheduler.AnimationCallback, AnimationScheduler.AnimationHandle
 
Field Summary
(package private) static AnimationScheduler INSTANCE
          The singleton instance of animation scheduler.
 
Constructor Summary
AnimationSchedulerImpl()
           
 
Method Summary
protected abstract  boolean isNativelySupported()
          Check if the implementation is natively supported.
 
Methods inherited from class com.google.gwt.animation.client.AnimationScheduler
get, requestAnimationFrame, requestAnimationFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

static final AnimationScheduler INSTANCE
The singleton instance of animation scheduler.

Constructor Detail

AnimationSchedulerImpl

AnimationSchedulerImpl()
Method Detail

isNativelySupported

protected abstract boolean isNativelySupported()
Check if the implementation is natively supported.

Returns:
true if natively supported, false if not

GWT 2.6.0-rc4