public abstract class StiGeom extends java.lang.Object implements IStiJsonReportObject
| Constructor and Description |
|---|
StiGeom() |
| Modifier and Type | Method and Description |
|---|---|
abstract StiGeomType |
getType() |
void |
LoadFromJsonObject(JSONObject jObject) |
protected java.lang.String |
SaveBrushToJsonObject(java.lang.Object brush,
StiJsonSaveMode mode) |
protected JSONObject[] |
SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms,
StiJsonSaveMode mode) |
protected JSONObject[] |
SavePointFArrayToJsonObject(StiPoint[] points) |
static JSONObject |
SavePointFToJsonObject(StiPoint pos) |
static JSONObject |
SaveRectangleDToJsonObject(StiRectangle rect) |
static JSONObject |
SaveRectangleFToJsonObject(StiRectangle rect) |
static JSONObject |
SaveRectangleToJsonObject(StiRectangle rect) |
protected JSONObject |
SaveRectToJsonObject(java.lang.Object rect) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
public abstract StiGeomType getType()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionprotected JSONObject[] SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms, StiJsonSaveMode mode) throws JSONException
JSONExceptionprotected JSONObject[] SavePointFArrayToJsonObject(StiPoint[] points) throws JSONException
JSONExceptionprotected java.lang.String SaveBrushToJsonObject(java.lang.Object brush,
StiJsonSaveMode mode)
protected JSONObject SaveRectToJsonObject(java.lang.Object rect) throws JSONException
JSONExceptionpublic static JSONObject SavePointFToJsonObject(StiPoint pos) throws JSONException
JSONExceptionpublic static JSONObject SaveRectangleFToJsonObject(StiRectangle rect) throws JSONException
JSONExceptionpublic static JSONObject SaveRectangleDToJsonObject(StiRectangle rect) throws JSONException
JSONExceptionpublic static JSONObject SaveRectangleToJsonObject(StiRectangle rect) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2020 Stimulsoft. All Rights Reserved.