public class CIMMeshSymbol extends CIMMultiLayerSymbol
| Constructor and Description |
|---|
CIMMeshSymbol() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMeshSymbol |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
CIMAnimatedSymbolProperties |
getAnimatedSymbolProperties()
Gets the collection of symbol properties that apply when the symbol layer has animation data.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAnimatedSymbolProperties(CIMAnimatedSymbolProperties animatedSymbolProperties)
Sets the collection of symbol properties that apply when the symbol layer has animation data.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getAnimations, getEffects, getSymbolLayers, getThumbnailURI, getUseRealWorldSymbolSizes, setAnimations, setEffects, setSymbolLayers, setThumbnailURI, setUseRealWorldSymbolSizespublic CIMAnimatedSymbolProperties getAnimatedSymbolProperties()
public void setAnimatedSymbolProperties(CIMAnimatedSymbolProperties animatedSymbolProperties)
public static CIMMeshSymbol fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMMultiLayerSymbolCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMMultiLayerSymbol