com.openfin.desktop.animation
Class AbstractAnimation
java.lang.Object
com.openfin.desktop.animation.AbstractAnimation
- Direct Known Subclasses:
- OpacityTransition, PositionTransition, SizeTransition
public class AbstractAnimation
- extends Object
Super class of all animation classes.
|
Field Summary |
protected org.json.JSONObject |
jsonObject
|
|
Method Summary |
org.json.JSONObject |
toJsonObject()
Returns all the underliying transitions as one JObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jsonObject
protected org.json.JSONObject jsonObject
AbstractAnimation
public AbstractAnimation()
toJsonObject
public org.json.JSONObject toJsonObject()
- Returns all the underliying transitions as one JObject
- Returns:
- JSON Object
Copyright © 2016. All rights reserved.