public abstract class CIMTextGraphicBase extends CIMGraphic
| Constructor and Description |
|---|
CIMTextGraphicBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
CIMLeader[] |
getLeaders()
Gets a collection of leaders coming off of the graphic.
|
IGeometry |
getShape()
Gets the geometry of the text graphic.
|
java.lang.String |
getText()
Gets the text string of the text graphic.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setLeaders(CIMLeader[] leaders)
Sets a collection of leaders coming off of the graphic.
|
void |
setShape(IGeometry shape)
Sets the geometry of the text graphic.
|
void |
setText(java.lang.String text)
Sets the text string of the text graphic.
|
getAttributes, getBlendingMode, getPlacement, getReferenceScale, getSymbol, getTransparency, setAttributes, setBlendingMode, setPlacement, setReferenceScale, setSymbol, setTransparencypublic java.lang.String getText()
public void setText(java.lang.String text)
public IGeometry getShape()
public void setShape(IGeometry shape)
public CIMLeader[] getLeaders()
public void setLeaders(CIMLeader[] leaders)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGraphicCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGraphic