public class CIMGeometricEffectCut extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectCut() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectCut |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getBeginCut()
Gets the distance from the beginning of a line that the display of the stroke starts.
|
double |
getEndCut()
Gets the distance from the end of a line that the display of the stroke ends.
|
boolean |
getInvert()
Gets a value indicating whether the effect should be applied in the opposite manner.
|
double |
getMiddleCut()
Gets the distance around the middle of a line that the display of the stroke is interrupted.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setBeginCut(double beginCut)
Sets the distance from the beginning of a line that the display of the stroke starts.
|
void |
setEndCut(double endCut)
Sets the distance from the end of a line that the display of the stroke ends.
|
void |
setInvert(boolean invert)
Sets a value indicating whether the effect should be applied in the opposite manner.
|
void |
setMiddleCut(double middleCut)
Sets the distance around the middle of a line that the display of the stroke is interrupted.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getBeginCut()
public void setBeginCut(double beginCut)
public double getEndCut()
public void setEndCut(double endCut)
public double getMiddleCut()
public void setMiddleCut(double middleCut)
public boolean getInvert()
public void setInvert(boolean invert)
public static CIMGeometricEffectCut fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGeometricEffectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGeometricEffect