public class CIMGeometricEffectOffsetHatch extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectOffsetHatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectOffsetHatch |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getLength()
Gets the length of the offset hatch.
|
double |
getSpacing()
Gets the spacing of the offset hatch.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setLength(double length)
Sets the length of the offset hatch.
|
void |
setSpacing(double spacing)
Sets the spacing of the offset hatch.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getLength()
public void setLength(double length)
public double getSpacing()
public void setSpacing(double spacing)
public static CIMGeometricEffectOffsetHatch 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