public class CIMGeometricEffectLocalizerFeather extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectLocalizerFeather() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectLocalizerFeather |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getAngle()
Gets the angle of the localizer feather.
|
double |
getLength()
Gets the length of the localizer feather.
|
GeometricEffectLocalizerFeatherStyle |
getStyle()
Gets the localizer feather style.
|
double |
getWidth()
Gets the width of the localizer feather.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAngle(double angle)
Sets the angle of the localizer feather.
|
void |
setLength(double length)
Sets the length of the localizer feather.
|
void |
setStyle(GeometricEffectLocalizerFeatherStyle style)
Sets the localizer feather style.
|
void |
setWidth(double width)
Sets the width of the localizer feather.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic GeometricEffectLocalizerFeatherStyle getStyle()
public void setStyle(GeometricEffectLocalizerFeatherStyle style)
public double getLength()
public void setLength(double length)
public double getWidth()
public void setWidth(double width)
public double getAngle()
public void setAngle(double angle)
public static CIMGeometricEffectLocalizerFeather 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