|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openfin.desktop.animation.AnimationOptions
public class AnimationOptions
A class representing the options for a Window animation.
| Constructor Summary | |
|---|---|
AnimationOptions(Boolean interrupt)
Constructs an instance with the passed value for property Interrupt |
|
| Method Summary | |
|---|---|
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 |
|---|
public AnimationOptions(Boolean interrupt)
interrupt - Value for interrupt| Method Detail |
|---|
public Boolean getInterrupt()
public org.json.JSONObject getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||