Class StiShadowAnimationGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiShadowAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiShadowAnimationGeom(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation) StiShadowAnimationGeom(StiRectangle rect, int shadowWidth, StiCornerRadius cornerRadius, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetRect()intgetType()voidLoadFromJsonObject(JSONObject jObject) voidsetCornerRadius(StiCornerRadius cornerRadius) voidsetRadiusX(double radiusX) voidsetRadiusY(double radiusY) voidsetRect(StiRectangle rect) voidsetShadowWidth(int shadowWidth) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
getAnimation, getInteraction, setAnimation, setInteractionMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiShadowAnimationGeom
public StiShadowAnimationGeom(StiRectangle rect, int shadowWidth, StiCornerRadius cornerRadius, StiAnimation animation) -
StiShadowAnimationGeom
public StiShadowAnimationGeom(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAnimationGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAnimationGeom
-
getType
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getRadiusX
public double getRadiusX()- Returns:
- the radiusX
-
setRadiusX
public void setRadiusX(double radiusX) - Parameters:
radiusX- the radiusX to set
-
getRadiusY
public double getRadiusY()- Returns:
- the radiusY
-
setRadiusY
public void setRadiusY(double radiusY) - Parameters:
radiusY- the radiusY to set
-
getShadowWidth
public int getShadowWidth()- Returns:
- the shadowWidth
-
setShadowWidth
public void setShadowWidth(int shadowWidth) - Parameters:
shadowWidth- the shadowWidth to set
-
getCornerRadius
-
setCornerRadius
-