Package com.openfin.desktop.animation
Class AnimationOptions
java.lang.Object
com.openfin.desktop.animation.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
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
-
Constructor Details
-
AnimationOptions
public AnimationOptions(java.lang.Boolean interrupt)Constructs an instance with the passed value for property Interrupt- Parameters:
interrupt
- Value for interrupt
-
-
Method Details
-
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
-