com.stimulsoft.base.context.chart.geoms
Class StiPushClipGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.base.context.chart.geoms.StiPushClipGeom
- All Implemented Interfaces:
- IStiJsonReportObject
public class StiPushClipGeom
- extends StiGeom
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPushClipGeom
public StiPushClipGeom(StiRectangle clipRectangle)
getType
public StiGeomType getType()
- Specified by:
getType in class StiGeom
getClipRectangle
public StiRectangle getClipRectangle()
- Returns:
- the clipRectangle
setClipRectangle
public void setClipRectangle(StiRectangle clipRectangle)
- Parameters:
clipRectangle - the clipRectangle to set
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject in interface IStiJsonReportObject- Overrides:
SaveToJsonObject in class StiGeom
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject in interface IStiJsonReportObject- Overrides:
LoadFromJsonObject in class StiGeom
- Throws:
JSONException