Class StiPushClipGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiPushClipGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidLoadFromJsonObject(JSONObject jObject) voidsetClipRectangle(StiRectangle clipRectangle) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiPushClipGeom
-
-
Method Details
-
getType
-
getClipRectangle
- Returns:
- the clipRectangle
-
setClipRectangle
- Parameters:
clipRectangle- the clipRectangle to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-