Class StiGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
- All Implemented Interfaces:
IStiJsonReportObject
- Direct Known Subclasses:
StiAnimationGeom,StiBorderGeom,StiCachedShadowGeom,StiCellGeom,StiCurveGeom,StiEllipseGeom,StiFontGeom,StiImageGeom,StiLineGeom,StiLinesGeom,StiPathGeom,StiPenGeom,StiPopClipGeom,StiPopSmothingModeGeom,StiPopTextRenderingHintGeom,StiPopTransformGeom,StiPushClipGeom,StiPushClipPathGeom,StiPushRotateTransformGeom,StiPushSmothingModeToAntiAliasGeom,StiPushTextRenderingHintToAntiAliasGeom,StiPushTranslateTransformGeom,StiSegmentGeom,StiShadowGeom,StiStringFormatGeom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StiGeomTypegetType()voidLoadFromJsonObject(JSONObject jObject) protected StringSaveBrushToJsonObject(Object brush, StiJsonSaveMode mode) protected JSONObject[]SaveGeomListToJsonObject(List<StiSegmentGeom> geoms, StiJsonSaveMode mode) protected JSONObject[]SavePointFArrayToJsonObject(StiPoint[] points) static JSONObjectstatic JSONObjectstatic JSONObjectstatic JSONObjectprotected JSONObjectSaveRectToJsonObject(Object rect)
-
Constructor Details
-
StiGeom
public StiGeom()
-
-
Method Details
-
getType
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
SaveGeomListToJsonObject
protected JSONObject[] SaveGeomListToJsonObject(List<StiSegmentGeom> geoms, StiJsonSaveMode mode) throws JSONException - Throws:
JSONException
-
SavePointFArrayToJsonObject
- Throws:
JSONException
-
SaveBrushToJsonObject
-
SaveRectToJsonObject
- Throws:
JSONException
-
SavePointFToJsonObject
- Throws:
JSONException
-
SaveRectangleFToJsonObject
- Throws:
JSONException
-
SaveRectangleDToJsonObject
- Throws:
JSONException
-
SaveRectangleToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-