public class StiShadowGeom extends StiGeom
| Constructor and Description |
|---|
StiShadowGeom(StiContext shadowContext,
StiRectangle rect,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
double |
getRadius() |
StiRectangle |
getRect() |
StiContext |
getShadowContext() |
StiGeomType |
getType() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setRadius(double radius) |
void |
setRect(StiRectangle rect) |
void |
setShadowContext(StiContext shadowContext) |
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiShadowGeom(StiContext shadowContext, StiRectangle rect, double radius)
public StiGeomType getType()
public StiRectangle getRect()
public void setRect(StiRectangle rect)
rect - the rect to setpublic double getRadius()
public void setRadius(double radius)
radius - the radius to setpublic StiContext getShadowContext()
public void setShadowContext(StiContext shadowContext)
shadowContext - the shadowContext to setpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiGeomJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiGeomJSONExceptionCopyright © 2020 Stimulsoft. All Rights Reserved.