public abstract class CIMCallout extends CIMObject
| Constructor and Description |
|---|
CIMCallout() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
double |
getLeaderOffset()
Gets the leader offset which is an offset value defining the distance (in points) between the anchor point and the beginning of the drawn leader.
|
double |
getLeaderTolerance()
Gets the leader tolerance which is the closest distance (in points) to the text the anchor point can be for the callout to draw.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setLeaderOffset(double leaderOffset)
Sets the leader offset which is an offset value defining the distance (in points) between the anchor point and the beginning of the drawn leader.
|
void |
setLeaderTolerance(double leaderTolerance)
Sets the leader tolerance which is the closest distance (in points) to the text the anchor point can be for the callout to draw.
|
public double getLeaderTolerance()
public void setLeaderTolerance(double leaderTolerance)
public double getLeaderOffset()
public void setLeaderOffset(double leaderOffset)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)