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

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

public class StiEllipseGeom
extends StiGeom

Copyright Stimulsoft


Constructor Summary
StiEllipseGeom(java.lang.Object background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction)
           
 
Method Summary
 java.lang.Object getBackground()
           
 StiPenGeom getBorderPen()
           
 StiInteractionDataGeom getInteraction()
           
 StiRectangle getRect()
           
 StiGeomType getType()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setBackground(java.lang.Object background)
           
 void setBorderPen(StiPenGeom borderPen)
           
 void setInteraction(StiInteractionDataGeom interaction)
           
 void setRect(StiRectangle rect)
           
 
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

StiEllipseGeom

public StiEllipseGeom(java.lang.Object background,
                      StiPenGeom borderPen,
                      StiRectangle rect,
                      StiInteractionDataGeom interaction)
Method Detail

getInteraction

public StiInteractionDataGeom getInteraction()
Returns:
the interaction

setInteraction

public void setInteraction(StiInteractionDataGeom interaction)
Parameters:
interaction - the interaction to set

getType

public StiGeomType getType()
Specified by:
getType in class StiGeom

getBackground

public java.lang.Object getBackground()
Returns:
the background

setBackground

public void setBackground(java.lang.Object background)
Parameters:
background - the background to set

getBorderPen

public StiPenGeom getBorderPen()
Returns:
the borderPen

setBorderPen

public void setBorderPen(StiPenGeom borderPen)
Parameters:
borderPen - the borderPen to set

getRect

public StiRectangle getRect()
Returns:
the rect

setRect

public void setRect(StiRectangle rect)
Parameters:
rect - the rect 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