public class CIMGeometricEffectOffset extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectOffset() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectOffset |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
GeometricEffectOffsetMethod |
getMethod()
Gets the way the strokes or fills are displayed at corners.
|
double |
getOffset()
Gets the distance of the symbol perpendicular to the feature geometry.
|
GeometricEffectOffsetOption |
getOption()
Gets the way the symbol handles complex geometries.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setMethod(GeometricEffectOffsetMethod method)
Sets the way the strokes or fills are displayed at corners.
|
void |
setOffset(double offset)
Sets the distance of the symbol perpendicular to the feature geometry.
|
void |
setOption(GeometricEffectOffsetOption option)
Sets the way the symbol handles complex geometries.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic GeometricEffectOffsetMethod getMethod()
public void setMethod(GeometricEffectOffsetMethod method)
public double getOffset()
public void setOffset(double offset)
public GeometricEffectOffsetOption getOption()
public void setOption(GeometricEffectOffsetOption option)
public static CIMGeometricEffectOffset 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