Package com.openfin.desktop.animation
Class AnimationOptions
- java.lang.Object
-
- com.openfin.desktop.animation.AnimationOptions
-
public class AnimationOptions extends java.lang.ObjectA 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.BooleangetInterrupt()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.JSONObjectgetOptions()Gets options in JSON format
-
-
-
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
-
-