public class CIMGeometricEffectTaperedPolygon extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectTaperedPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectTaperedPolygon |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getFromWidth()
Gets the width at the start of the line to be used to generate a polygon.
|
double |
getLength()
Gets the distance along the line to be used to generate the polygon.
|
double |
getToWidth()
Gets the width at the end of the line to be used to generate the polygon.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setFromWidth(double fromWidth)
Sets the width at the start of the line to be used to generate a polygon.
|
void |
setLength(double length)
Sets the distance along the line to be used to generate the polygon.
|
void |
setToWidth(double toWidth)
Sets the width at the end of the line to be used to generate the polygon.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getFromWidth()
public void setFromWidth(double fromWidth)
public double getLength()
public void setLength(double length)
public double getToWidth()
public void setToWidth(double toWidth)
public static CIMGeometricEffectTaperedPolygon 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