Package com.storedobject.chart
Class Animation
java.lang.Object
com.storedobject.chart.AbstractProperty
com.storedobject.chart.Animation
- All Implemented Interfaces:
ComponentProperty
Class to support animation related properties.
- Author:
- Syam
-
Field Summary
Fields inherited from class com.storedobject.chart.AbstractProperty
disabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Encode the JSON for this property.protected void
Encode the JSON for status for the disabled status.Methods inherited from class com.storedobject.chart.AbstractProperty
encodeJSON, setDisabled
-
Constructor Details
-
Animation
public Animation()
-
-
Method Details
-
encodeStatus
Description copied from class:AbstractProperty
Encode the JSON for status for the disabled status.- Specified by:
encodeStatus
in classAbstractProperty
- Parameters:
sb
- Buffer to which encoding to be embedded.
-
encodeProperty
Description copied from class:AbstractProperty
Encode the JSON for this property.- Specified by:
encodeProperty
in classAbstractProperty
- Parameters:
sb
- Buffer to which encoding to be embedded.
-