public class CIMMarkerPlacementOnVertices extends CIMMarkerStrokePlacement
| Constructor and Description |
|---|
CIMMarkerPlacementOnVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMarkerPlacementOnVertices |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
boolean |
getPlaceOnControlPoints()
Gets a value indicating whether a marker will be placed on the control points of the line.
|
boolean |
getPlaceOnEndPoints()
Gets a value indicating whether a marker will be placed on the endpoints of the line.
|
boolean |
getPlaceOnRegularVertices()
Gets a value indicating whether a marker will be placed on the vertices of the line.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setPlaceOnControlPoints(boolean placeOnControlPoints)
Sets a value indicating whether a marker will be placed on the control points of the line.
|
void |
setPlaceOnEndPoints(boolean placeOnEndPoints)
Sets a value indicating whether a marker will be placed on the endpoints of the line.
|
void |
setPlaceOnRegularVertices(boolean placeOnRegularVertices)
Sets a value indicating whether a marker will be placed on the vertices of the line.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getAngleToLine, getKeepUpright, getOffset, setAngleToLine, setKeepUpright, setOffsetgetPlacePerPart, getPrimitiveName, setPlacePerPart, setPrimitiveNamepublic boolean getPlaceOnControlPoints()
public void setPlaceOnControlPoints(boolean placeOnControlPoints)
public boolean getPlaceOnEndPoints()
public void setPlaceOnEndPoints(boolean placeOnEndPoints)
public boolean getPlaceOnRegularVertices()
public void setPlaceOnRegularVertices(boolean placeOnRegularVertices)
public static CIMMarkerPlacementOnVertices fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMMarkerStrokePlacementCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMMarkerStrokePlacement