Class AnimationScheduler.AnimationHandle

    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationHandle()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void cancel()
      Cancel the requested animation frame.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimationHandle

        public AnimationHandle()
    • Method Detail

      • cancel

        public abstract void cancel()
        Cancel the requested animation frame. If the animation frame is already canceled, do nothing.