Class StiCellGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
- Direct Known Subclasses:
StiAreaGeom,StiAxisLabelGeom,StiAxisTitleGeom,StiChartGeom,StiChartTableGeom,StiChartTitleGeom,StiConstantLinesVerticalGeom,StiConstantLinesYGeom,StiDoughnutEmptySeriesElementGeom,StiDownButtonGeom,StiFinancialSeriesElementGeom,StiFunnelEmptySeriesElementGeom,StiHorzScrollBarGeom,StiHorzTrackBarGeom,StiLeftButtonGeom,StiLegendGeom,StiLegendItemGeom,StiLegendTitleGeom,StiMarkerGeom,StiPieEmptySeriesElementGeom,StiPieSeriesShadowElementGeom,StiRadarAreaSeriesGeom,StiRadarAxisGeom,StiRightButtonGeom,StiSeriesElementGeom,StiSeriesGeom,StiSeriesLabelsGeom,StiStackedBarSeriesShadowElementGeom,StiStackedColumnSeriesShadowElementGeom,StiStripsXGeom,StiStripsYGeom,StiTrendCurveGeom,StiTrendLineGeom,StiUpButtonGeom,StiVertScrollBarGeom,StiVertTrackBarGeom,StiXAxisGeom,StiXRadarAxisLabelGeom,StiYAxisGeom,StiYRadarAxisLabelGeom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanAllowChildDrawing(StiCellGeom cellGeom) booleanContains(double x, double y) final voidabstract voidDraw(StiContext context) Draws cell geom object on spefied context.voidDrawChildGeoms(StiContext context) voidDrawGeom(StiContext context) Draws area geom object with all child geom objects on spefied context.final ArrayList<StiCellGeom> final StiRectangleGets or sets client rectangle of this geom object.final StiCellGeomGetGeomAt(StiCellGeom parent, double x, double y) booleanGets value which indicates that this geom object is inivisiblefinal StiRectanglefinal ArrayList<StiCellGeom> getType()voidInvokeClick(StiInteractionOptions options) voidInvokeDrag(StiInteractionOptions options) voidInvokeMouseDown(StiInteractionOptions options) voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) voidInvokeMouseUp(StiInteractionOptions options) final voidsetClientRectangle(StiRectangle value) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiCellGeom
-
-
Method Details
-
InvokeClick
- Specified by:
InvokeClickin interfaceIStiGeomInteraction
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction
-
InvokeMouseLeave
- Specified by:
InvokeMouseLeavein interfaceIStiGeomInteraction
-
InvokeMouseDown
- Specified by:
InvokeMouseDownin interfaceIStiGeomInteraction
-
InvokeMouseUp
- Specified by:
InvokeMouseUpin interfaceIStiGeomInteraction
-
InvokeDrag
- Specified by:
InvokeDragin interfaceIStiGeomInteraction
-
getInvisible
public boolean getInvisible()Gets value which indicates that this geom object is inivisible -
getType
-
getChildGeoms
-
getClientRectangle
Gets or sets client rectangle of this geom object. -
setClientRectangle
-
Contains
public boolean Contains(double x, double y) -
GetGeomAt
-
GetSeriesGeoms
-
getSeriesElementGeoms
-
GetRect
-
CreateChildGeoms
public final void CreateChildGeoms() -
Draw
Draws cell geom object on spefied context. -
DrawGeom
Draws area geom object with all child geom objects on spefied context. -
DrawChildGeoms
-
AllowChildDrawing
-