public class CIMGeometricEffectSuppress extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectSuppress() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectSuppress |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
boolean |
getInvert()
Gets a value indicating whether to invert the suppression process.
|
boolean |
getSuppress()
Gets a value indicating whether the portion of the stroke symbol between control points should be suppressed.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setInvert(boolean invert)
Sets a value indicating whether to invert the suppression process.
|
void |
setSuppress(boolean suppress)
Sets a value indicating whether the portion of the stroke symbol between control points should be suppressed.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic boolean getSuppress()
public void setSuppress(boolean suppress)
public boolean getInvert()
public void setInvert(boolean invert)
public static CIMGeometricEffectSuppress 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