public class StiShadowAnimationGeom extends StiAnimationGeom
interaction| Constructor and Description |
|---|
StiShadowAnimationGeom(StiRectangle rect,
double radiusX,
double radiusY,
int shadowWidth,
StiAnimation animation) |
StiShadowAnimationGeom(StiRectangle rect,
int shadowWidth,
StiAnimation animation) |
| Modifier and Type | Method and Description |
|---|---|
double |
getRadiusX() |
double |
getRadiusY() |
StiRectangle |
getRect() |
int |
getShadowWidth() |
StiGeomType |
getType() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setRadiusX(double radiusX) |
void |
setRadiusY(double radiusY) |
void |
setRect(StiRectangle rect) |
void |
setShadowWidth(int shadowWidth) |
getAnimation, getInteraction, setAnimation, setInteractionSaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObjectpublic StiShadowAnimationGeom(StiRectangle rect, int shadowWidth, StiAnimation animation)
public StiShadowAnimationGeom(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAnimationGeomJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject)
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAnimationGeompublic StiGeomType getType()
public StiRectangle getRect()
public void setRect(StiRectangle rect)
rect - the rect to setpublic double getRadiusX()
public void setRadiusX(double radiusX)
radiusX - the radiusX to setpublic double getRadiusY()
public void setRadiusY(double radiusY)
radiusY - the radiusY to setpublic int getShadowWidth()
public void setShadowWidth(int shadowWidth)
shadowWidth - the shadowWidth to setCopyright © 2020 Stimulsoft. All Rights Reserved.