Class StiStackedAreaSeriesGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.StiSeriesGeom
com.stimulsoft.report.chart.geoms.series.stackedColumn.StiStackedAreaSeriesGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiStackedAreaSeriesGeom(StiAreaGeom areaGeom, StiSeriesPointsInfo pointsInfo, IStiSeries series) -
Method Summary
Modifier and TypeMethodDescriptionbooleanContains(double x, double y) voidDraw(StiContext context) Draws area geom object on spefied context.booleanstatic StiRectangleGetClientRectangle(StiPoint[] startPoints, StiPoint[] endPoints) final StiPoint[]booleanString[]final StiPoint[]voidInvokeMouseEnter(StiInteractionOptions options) voidInvokeMouseLeave(StiInteractionOptions options) voidsetIsMouseOver(boolean value) Methods inherited from class com.stimulsoft.report.chart.geoms.series.StiSeriesGeom
getAreaGeom, getInteractions, getSeries, setAreaGeom, setInteractionsMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiStackedAreaSeriesGeom
public StiStackedAreaSeriesGeom(StiAreaGeom areaGeom, StiSeriesPointsInfo pointsInfo, IStiSeries series)
-
-
Method Details
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction- Overrides:
InvokeMouseEnterin classStiCellGeom
-
InvokeMouseLeave
- Specified by:
InvokeMouseLeavein interfaceIStiGeomInteraction- Overrides:
InvokeMouseLeavein classStiCellGeom
-
getAllowMouseOver
public boolean getAllowMouseOver() -
getIsMouseOver
public boolean getIsMouseOver() -
setIsMouseOver
public void setIsMouseOver(boolean value) -
getStartPoints
-
getEndPoints
-
getPointsIds
-
Contains
public boolean Contains(double x, double y) - Overrides:
Containsin classStiCellGeom
-
GetClientRectangle
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiSeriesGeom
-