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.ObjectSuper class of all animation classes.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.json.JSONObjectjsonObject
-
Constructor Summary
Constructors Constructor Description AbstractAnimation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjecttoJsonObject()Returns all the underliying transitions as one JObject
-