public class CIMMaplexGeneralPlacementProperties extends CIMGeneralPlacementProperties
| Constructor and Description |
|---|
CIMMaplexGeneralPlacementProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexGeneralPlacementProperties |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
boolean |
getAllowBorderOverlap()
Gets a value indicating whether or not to allow border overlap.
|
CIMMaplexDictionary[] |
getDictionaries()
Gets the Maplex dictionaries.
|
CIMMaplexKeyNumberGroup[] |
getKeyNumberGroups()
Gets the key number groups.
|
MaplexQualityType |
getPlacementQuality()
Gets the placement quality.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAllowBorderOverlap(boolean allowBorderOverlap)
Sets a value indicating whether or not to allow border overlap.
|
void |
setDictionaries(CIMMaplexDictionary[] dictionaries)
Sets the Maplex dictionaries.
|
void |
setKeyNumberGroups(CIMMaplexKeyNumberGroup[] keyNumberGroups)
Sets the key number groups.
|
void |
setPlacementQuality(MaplexQualityType placementQuality)
Sets the placement quality.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getDrawUnplacedLabels, getInvertedLabelTolerance, getRotateLabelWithDisplay, getUnplacedLabelColor, setDrawUnplacedLabels, setInvertedLabelTolerance, setRotateLabelWithDisplay, setUnplacedLabelColorpublic boolean getAllowBorderOverlap()
public void setAllowBorderOverlap(boolean allowBorderOverlap)
public CIMMaplexDictionary[] getDictionaries()
public void setDictionaries(CIMMaplexDictionary[] dictionaries)
public CIMMaplexKeyNumberGroup[] getKeyNumberGroups()
public void setKeyNumberGroups(CIMMaplexKeyNumberGroup[] keyNumberGroups)
public MaplexQualityType getPlacementQuality()
public void setPlacementQuality(MaplexQualityType placementQuality)
public static CIMMaplexGeneralPlacementProperties fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGeneralPlacementPropertiesCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGeneralPlacementProperties