public class CIMClippingPath extends CIMObject
| Constructor and Description |
|---|
CIMClippingPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMClippingPath |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
ClippingType |
getClippingType()
Gets the clipping type.
|
IPolygon |
getPath()
Gets the clipping path.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setClippingType(ClippingType clippingType)
Sets the clipping type.
|
void |
setPath(IPolygon path)
Sets the clipping path.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public ClippingType getClippingType()
public void setClippingType(ClippingType clippingType)
public IPolygon getPath()
public void setPath(IPolygon path)
public static CIMClippingPath fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)