Class StiEllipseGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiEllipseGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiEllipseGeom(StiBrush background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip) StiEllipseGeom(Object background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex) -
Method Summary
Modifier and TypeMethodDescriptionintgetRect()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetBackground(Object background) voidsetBorderPen(StiPenGeom borderPen) voidsetElementIndex(int elementIndex) voidsetInteraction(StiInteractionDataGeom interaction) voidsetRect(StiRectangle rect) voidsetToolTip(String toolTip) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiEllipseGeom
public StiEllipseGeom(Object background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex) -
StiEllipseGeom
public StiEllipseGeom(StiBrush background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip)
-
-
Method Details
-
getInteraction
- Returns:
- the interaction
-
setInteraction
- Parameters:
interaction- the interaction to set
-
getType
-
getBackground
- Returns:
- the background
-
setBackground
- Parameters:
background- the background to set
-
getBorderPen
- Returns:
- the borderPen
-
setBorderPen
- Parameters:
borderPen- the borderPen to set
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getElementIndex
public int getElementIndex() -
setElementIndex
public void setElementIndex(int elementIndex) -
getToolTip
-
setToolTip
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-