Class AnimationOptions


  • public class AnimationOptions
    extends java.lang.Object
    A class representing the options for a Window animation.
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationOptions​(java.lang.Boolean interrupt)
      Constructs an instance with the passed value for property Interrupt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getInterrupt()
      Gets value of interrupt The Interrupt property represents a flag which determines if a call to Window.animate will interrupt all pending transitions, or add itself to the queue.
      org.json.JSONObject getOptions()
      Gets options in JSON format
      • Methods inherited from class java.lang.Object

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

      • AnimationOptions

        public AnimationOptions​(java.lang.Boolean interrupt)
        Constructs an instance with the passed value for property Interrupt
        Parameters:
        interrupt - Value for interrupt
    • Method Detail

      • getInterrupt

        public java.lang.Boolean getInterrupt()
        Gets value of interrupt The Interrupt property represents a flag which determines if a call to Window.animate will interrupt all pending transitions, or add itself to the queue.
        Returns:
        Value of interrup
      • getOptions

        public org.json.JSONObject getOptions()
        Gets options in JSON format
        Returns:
        JSONObject of options