public class CIMStandardPointPlacementPriorities extends CIMObject
| Constructor and Description |
|---|
CIMStandardPointPlacementPriorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMStandardPointPlacementPriorities |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getAboveCenter()
Gets the label position priority for the above center position.
|
int |
getAboveLeft()
Gets the label position priority for the above left position.
|
int |
getAboveRight()
Gets the label position priority for the above right position.
|
int |
getBelowCenter()
Gets the label position priority for the below center position.
|
int |
getBelowLeft()
Gets the label position priority for the below left position.
|
int |
getBelowRight()
Gets the label position priority for the below right position.
|
int |
getCenterLeft()
Gets the label position priority for the center left position.
|
int |
getCenterRight()
Gets the label position priority for the center right position.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAboveCenter(int aboveCenter)
Sets the label position priority for the above center position.
|
void |
setAboveLeft(int aboveLeft)
Sets the label position priority for the above left position.
|
void |
setAboveRight(int aboveRight)
Sets the label position priority for the above right position.
|
void |
setBelowCenter(int belowCenter)
Sets the label position priority for the below center position.
|
void |
setBelowLeft(int belowLeft)
Sets the label position priority for the below left position.
|
void |
setBelowRight(int belowRight)
Sets the label position priority for the below right position.
|
void |
setCenterLeft(int centerLeft)
Sets the label position priority for the center left position.
|
void |
setCenterRight(int centerRight)
Sets the label position priority for the center right position.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public int getAboveLeft()
public void setAboveLeft(int aboveLeft)
public int getAboveCenter()
public void setAboveCenter(int aboveCenter)
public int getAboveRight()
public void setAboveRight(int aboveRight)
public int getCenterLeft()
public void setCenterLeft(int centerLeft)
public int getCenterRight()
public void setCenterRight(int centerRight)
public int getBelowLeft()
public void setBelowLeft(int belowLeft)
public int getBelowCenter()
public void setBelowCenter(int belowCenter)
public int getBelowRight()
public void setBelowRight(int belowRight)
public static CIMStandardPointPlacementPriorities fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)