public class CIMSymbolAnimationSize extends CIMSymbolAnimation
| Constructor and Description |
|---|
CIMSymbolAnimationSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMSymbolAnimationSize |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getToSize()
Gets the size value for the animation.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setToSize(double toSize)
Sets the size value for the animation.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getAnimatedSymbolProperties, getPrimitiveName, setAnimatedSymbolProperties, setPrimitiveNamepublic double getToSize()
public void setToSize(double toSize)
public static CIMSymbolAnimationSize fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMSymbolAnimationCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMSymbolAnimation