public class CIMGeometricEffectArrow extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectArrow() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectArrow |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
GeometricEffectArrowType |
getArrowType()
Gets the type of arrow to be displayed.
|
double |
getWidth()
Gets the distance between the lines that construct the body of the arrow.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setArrowType(GeometricEffectArrowType arrowType)
Sets the type of arrow to be displayed.
|
void |
setWidth(double width)
Sets the distance between the lines that construct the body of the arrow.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic GeometricEffectArrowType getArrowType()
public void setArrowType(GeometricEffectArrowType arrowType)
public double getWidth()
public void setWidth(double width)
public static CIMGeometricEffectArrow 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