Package com.openfin.desktop.animation
Class AbstractAnimation
java.lang.Object
com.openfin.desktop.animation.AbstractAnimation
- Direct Known Subclasses:
OpacityTransition
,PositionTransition
,SizeTransition
public class AbstractAnimation
extends java.lang.Object
Super class of all animation classes.
-
Field Summary
Fields Modifier and Type Field Description protected org.json.JSONObject
jsonObject
-
Constructor Summary
Constructors Constructor Description AbstractAnimation()
-
Method Summary
Modifier and Type Method Description org.json.JSONObject
toJsonObject()
Returns all the underliying transitions as one JObject
-
Field Details
-
jsonObject
protected org.json.JSONObject jsonObject
-
-
Constructor Details
-
AbstractAnimation
public AbstractAnimation()
-
-
Method Details
-
toJsonObject
public org.json.JSONObject toJsonObject()Returns all the underliying transitions as one JObject- Returns:
- JSON Object
-