public class CIMGeometricEffectMove extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectMove() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectMove |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getOffsetX()
Gets the distance to move the symbol along the X-axis of the feature geometry.
|
double |
getOffsetY()
Gets the distance to move the symbol along the Y-axis of the feature geometry.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setOffsetX(double offsetX)
Sets the distance to move the symbol along the X-axis of the feature geometry.
|
void |
setOffsetY(double offsetY)
Sets the distance to move the symbol along the Y-axis of the feature geometry.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getOffsetX()
public void setOffsetX(double offsetX)
public double getOffsetY()
public void setOffsetY(double offsetY)
public static CIMGeometricEffectMove 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