public class CIMStandardLineLabelPriorities extends CIMObject
| Constructor and Description |
|---|
CIMStandardLineLabelPriorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMStandardLineLabelPriorities |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getAboveAfter()
Gets the label position priority for above and after the line.
|
int |
getAboveAlong()
Gets the label position priority for above and along the line.
|
int |
getAboveBefore()
Gets the label position priority for above and before the line.
|
int |
getAboveEnd()
Gets the label position priority for above and at the end of the line.
|
int |
getAboveStart()
Gets the label position priority for above and at the start of the line.
|
int |
getBelowAfter()
Gets the label position priority for below and after the line.
|
int |
getBelowAlong()
Gets the label position priority for below and along the line.
|
int |
getBelowBefore()
Gets the label position priority for below and before the line.
|
int |
getBelowEnd()
Gets the label position priority for below and at the end of the line.
|
int |
getBelowStart()
Gets the label position priority for below and at the start of the line.
|
int |
getCenterAfter()
Gets the label position priority for centered and after the line.
|
int |
getCenterAlong()
Gets the label position priority for centered and along the line.
|
int |
getCenterBefore()
Gets the label position priority for centered and before the line.
|
int |
getCenterEnd()
Gets the label position priority for centered and at the end of the line.
|
int |
getCenterStart()
Gets the label position priority for centered and at the start of the line.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAboveAfter(int aboveAfter)
Sets the label position priority for above and after the line.
|
void |
setAboveAlong(int aboveAlong)
Sets the label position priority for above and along the line.
|
void |
setAboveBefore(int aboveBefore)
Sets the label position priority for above and before the line.
|
void |
setAboveEnd(int aboveEnd)
Sets the label position priority for above and at the end of the line.
|
void |
setAboveStart(int aboveStart)
Sets the label position priority for above and at the start of the line.
|
void |
setBelowAfter(int belowAfter)
Sets the label position priority for below and after the line.
|
void |
setBelowAlong(int belowAlong)
Sets the label position priority for below and along the line.
|
void |
setBelowBefore(int belowBefore)
Sets the label position priority for below and before the line.
|
void |
setBelowEnd(int belowEnd)
Sets the label position priority for below and at the end of the line.
|
void |
setBelowStart(int belowStart)
Sets the label position priority for below and at the start of the line.
|
void |
setCenterAfter(int centerAfter)
Sets the label position priority for centered and after the line.
|
void |
setCenterAlong(int centerAlong)
Sets the label position priority for centered and along the line.
|
void |
setCenterBefore(int centerBefore)
Sets the label position priority for centered and before the line.
|
void |
setCenterEnd(int centerEnd)
Sets the label position priority for centered and at the end of the line.
|
void |
setCenterStart(int centerStart)
Sets the label position priority for centered and at the start of the line.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public int getAboveBefore()
public void setAboveBefore(int aboveBefore)
public int getAboveStart()
public void setAboveStart(int aboveStart)
public int getAboveAlong()
public void setAboveAlong(int aboveAlong)
public int getAboveEnd()
public void setAboveEnd(int aboveEnd)
public int getAboveAfter()
public void setAboveAfter(int aboveAfter)
public int getCenterBefore()
public void setCenterBefore(int centerBefore)
public int getCenterStart()
public void setCenterStart(int centerStart)
public int getCenterAlong()
public void setCenterAlong(int centerAlong)
public int getCenterEnd()
public void setCenterEnd(int centerEnd)
public int getCenterAfter()
public void setCenterAfter(int centerAfter)
public int getBelowBefore()
public void setBelowBefore(int belowBefore)
public int getBelowStart()
public void setBelowStart(int belowStart)
public int getBelowAlong()
public void setBelowAlong(int belowAlong)
public int getBelowEnd()
public void setBelowEnd(int belowEnd)
public int getBelowAfter()
public void setBelowAfter(int belowAfter)
public static CIMStandardLineLabelPriorities 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)