Class StiShadowGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiShadowGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetRect()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetRadius(double radius) voidsetRect(StiRectangle rect) voidsetShadowContext(StiContext shadowContext) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiShadowGeom
-
-
Method Details
-
getType
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getRadius
public double getRadius()- Returns:
- the radius
-
setRadius
public void setRadius(double radius) - Parameters:
radius- the radius to set
-
getShadowContext
- Returns:
- the shadowContext
-
setShadowContext
- Parameters:
shadowContext- the shadowContext to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-