public abstract class CIMMarkerStrokePlacement extends CIMMarkerPlacement
| Constructor and Description |
|---|
CIMMarkerStrokePlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
boolean |
getAngleToLine()
Gets a value indicating whether to angle the marker to the line.
|
boolean |
getKeepUpright()
Gets a value indicating whether to keep the marker upright.
|
double |
getOffset()
Gets the offset.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAngleToLine(boolean angleToLine)
Sets a value indicating whether to angle the marker to the line.
|
void |
setKeepUpright(boolean keepUpright)
Sets a value indicating whether to keep the marker upright.
|
void |
setOffset(double offset)
Sets the offset.
|
getPlacePerPart, getPrimitiveName, setPlacePerPart, setPrimitiveNamepublic boolean getAngleToLine()
public void setAngleToLine(boolean angleToLine)
public boolean getKeepUpright()
public void setKeepUpright(boolean keepUpright)
public double getOffset()
public void setOffset(double offset)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMMarkerPlacementCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMMarkerPlacement