public class CIMSymbolAnimationScale extends CIMSymbolAnimation
| Constructor and Description |
|---|
CIMSymbolAnimationScale() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMSymbolAnimationScale |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getScaleFactor()
Gets the scale factor for the animation.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setScaleFactor(double scaleFactor)
Sets the scale factor for the animation.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getAnimatedSymbolProperties, getPrimitiveName, setAnimatedSymbolProperties, setPrimitiveNamepublic double getScaleFactor()
public void setScaleFactor(double scaleFactor)
public static CIMSymbolAnimationScale 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