public class CIMGeometricEffectControlMeasureLine extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectControlMeasureLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectControlMeasureLine |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
GeometricEffectControlMeasureLineRule |
getRule()
Gets the style of effect.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setRule(GeometricEffectControlMeasureLineRule rule)
Sets the style of effect.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic CIMGeometricEffectControlMeasureLine()
public GeometricEffectControlMeasureLineRule getRule()
public void setRule(GeometricEffectControlMeasureLineRule rule)
public static CIMGeometricEffectControlMeasureLine fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGeometricEffectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGeometricEffect