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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • jsonObject

      protected org.json.JSONObject jsonObject
  • Constructor Details

  • Method Details

    • toJsonObject

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