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