public abstract class CIMLineCallout extends CIMCallout
| Constructor and Description |
|---|
CIMLineCallout() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
double |
getGap()
Gets the gap (in points) between the text symbol and the beginning of the leader line.
|
CIMLineSymbol |
getLeaderLineSymbol()
Gets the line symbol to draw leaders with.
|
LeaderLineStyle |
getLineStyle()
Gets the style of line to generate when a Point leader is drawn defined by an enumeration value.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setGap(double gap)
Sets the gap (in points) between the text symbol and the beginning of the leader line.
|
void |
setLeaderLineSymbol(CIMLineSymbol leaderLineSymbol)
Sets the line symbol to draw leaders with.
|
void |
setLineStyle(LeaderLineStyle lineStyle)
Sets the style of line to generate when a Point leader is drawn defined by an enumeration value.
|
getLeaderOffset, getLeaderTolerance, setLeaderOffset, setLeaderTolerancepublic CIMLineSymbol getLeaderLineSymbol()
public void setLeaderLineSymbol(CIMLineSymbol leaderLineSymbol)
public double getGap()
public void setGap(double gap)
public LeaderLineStyle getLineStyle()
public void setLineStyle(LeaderLineStyle lineStyle)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMCalloutCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMCallout