com.openfin.desktop.animation
Class AbstractAnimation

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractAnimation()
           
 
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
 

Field Detail

jsonObject

protected org.json.JSONObject jsonObject
Constructor Detail

AbstractAnimation

public AbstractAnimation()
Method Detail

toJsonObject

public org.json.JSONObject toJsonObject()
Returns all the underliying transitions as one JObject

Returns:
JSON Object


Copyright © 2016. All rights reserved.