public class CIMGeometricEffectDonut extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectDonut() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectDonut |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
GeometricEffectDonutMethod |
getMethod()
Gets the method which specifies the way the strokes are displayed at convex corners of the polygon.
|
GeometricEffectOffsetOption |
getOption()
Gets the option for the way the symbol handles complex geometries.
|
double |
getWidth()
Gets the distance from the edge of the polygon that the fill symbol is to be displayed.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setMethod(GeometricEffectDonutMethod method)
Sets the method which specifies the way the strokes are displayed at convex corners of the polygon.
|
void |
setOption(GeometricEffectOffsetOption option)
Sets the option for the way the symbol handles complex geometries.
|
void |
setWidth(double width)
Sets the distance from the edge of the polygon that the fill symbol is to be displayed.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic GeometricEffectDonutMethod getMethod()
public void setMethod(GeometricEffectDonutMethod method)
public GeometricEffectOffsetOption getOption()
public void setOption(GeometricEffectOffsetOption option)
public double getWidth()
public void setWidth(double width)
public static CIMGeometricEffectDonut 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