com.stimulsoft.base.context.chart.geoms
Class StiGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
- All Implemented Interfaces:
- IStiJsonReportObject
- Direct Known Subclasses:
- StiAnimationGeom, StiBorderGeom, StiCachedShadowGeom, StiCellGeom, StiCurveGeom, StiEllipseGeom, StiFontGeom, StiLineGeom, StiLinesGeom, StiPathGeom, StiPenGeom, StiPopClipGeom, StiPopSmothingModeGeom, StiPopTextRenderingHintGeom, StiPopTransformGeom, StiPushClipGeom, StiPushRotateTransformGeom, StiPushSmothingModeToAntiAliasGeom, StiPushTextRenderingHintToAntiAliasGeom, StiPushTranslateTransformGeom, StiSegmentGeom, StiShadowGeom, StiStringFormatGeom, StiTextGeom
public abstract class StiGeom
- extends java.lang.Object
- implements IStiJsonReportObject
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGeom
public StiGeom()
getType
public abstract StiGeomType getType()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
SavePointFToJsonObject
public static JSONObject SavePointFToJsonObject(StiPoint pos)
throws JSONException
- Throws:
JSONException
SaveRectangleFToJsonObject
public static JSONObject SaveRectangleFToJsonObject(StiRectangle rect)
throws JSONException
- Throws:
JSONException
SaveRectangleDToJsonObject
public static JSONObject SaveRectangleDToJsonObject(StiRectangle rect)
throws JSONException
- Throws:
JSONException
SaveRectangleToJsonObject
public static JSONObject SaveRectangleToJsonObject(StiRectangle rect)
throws JSONException
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException