public abstract class CIMGeneralPlacementProperties extends CIMObject
| Constructor and Description |
|---|
CIMGeneralPlacementProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
boolean |
getDrawUnplacedLabels()
Gets a value indicating whether or not to draw unplaced labels.
|
double |
getInvertedLabelTolerance()
Gets the inverted label tolerance which is the angle at which the label orientation is switched.
|
boolean |
getRotateLabelWithDisplay()
Gets a value indicating whether or not rotate labels when the display rotates.
|
CIMColor |
getUnplacedLabelColor()
Gets the unplaced label color.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setDrawUnplacedLabels(boolean drawUnplacedLabels)
Sets a value indicating whether or not to draw unplaced labels.
|
void |
setInvertedLabelTolerance(double invertedLabelTolerance)
Sets the inverted label tolerance which is the angle at which the label orientation is switched.
|
void |
setRotateLabelWithDisplay(boolean rotateLabelWithDisplay)
Sets a value indicating whether or not rotate labels when the display rotates.
|
void |
setUnplacedLabelColor(CIMColor unplacedLabelColor)
Sets the unplaced label color.
|
public boolean getDrawUnplacedLabels()
public void setDrawUnplacedLabels(boolean drawUnplacedLabels)
public double getInvertedLabelTolerance()
public void setInvertedLabelTolerance(double invertedLabelTolerance)
public boolean getRotateLabelWithDisplay()
public void setRotateLabelWithDisplay(boolean rotateLabelWithDisplay)
public CIMColor getUnplacedLabelColor()
public void setUnplacedLabelColor(CIMColor unplacedLabelColor)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)