public class CIMGeometricEffectCircularSector extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectCircularSector() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectCircularSector |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getEndAngle()
Gets the end angle of the circular sector.
|
double |
getRadius()
Gets the radius of the circular sector.
|
double |
getStartAngle()
Gets the start angle of the circular sector.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setEndAngle(double endAngle)
Sets the end angle of the circular sector.
|
void |
setRadius(double radius)
Sets the radius of the circular sector.
|
void |
setStartAngle(double startAngle)
Sets the start angle of the circular sector.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getStartAngle()
public void setStartAngle(double startAngle)
public double getEndAngle()
public void setEndAngle(double endAngle)
public double getRadius()
public void setRadius(double radius)
public static CIMGeometricEffectCircularSector 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