com.stimulsoft.base.context.chart.geoms
Class StiPushClipGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.base.context.chart.geoms.StiPushClipGeom
All Implemented Interfaces:
IStiJsonReportObject

public class StiPushClipGeom
extends StiGeom

Copyright Stimulsoft


Constructor Summary
StiPushClipGeom(StiRectangle clipRectangle)
           
 
Method Summary
 StiRectangle getClipRectangle()
           
 StiGeomType getType()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setClipRectangle(StiRectangle clipRectangle)
           
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.StiGeom
SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPushClipGeom

public StiPushClipGeom(StiRectangle clipRectangle)
Method Detail

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