Class StiFinancialSeriesElementGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
- Direct Known Subclasses:
StiCandlestickSeriesElementGeom,StiStockSeriesElementGeom
-
Constructor Summary
ConstructorsConstructorDescriptionStiFinancialSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws cell geom object on spefied context.booleanfinal StiAreaGeomfinal doublegetClose()final doublegetHigh()final intgetIndex()final StiSeriesInteractionDatabooleanfinal doublegetLow()final doublegetOpen()final doublefinal IStiSeriesvoidInvokeClick(StiInteractionOptions options) voidInvokeMouseEnter(StiInteractionOptions options) final voidvoidsetIsMouseOver(boolean value) Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseLeave, 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
-
StiFinancialSeriesElementGeom
public StiFinancialSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index)
-
-
Method Details
-
InvokeMouseEnter
- Specified by:
InvokeMouseEnterin interfaceIStiGeomInteraction- Overrides:
InvokeMouseEnterin classStiCellGeom
-
InvokeClick
- Specified by:
InvokeClickin interfaceIStiGeomInteraction- Overrides:
InvokeClickin classStiCellGeom
-
getAllowMouseOver
public boolean getAllowMouseOver() -
getIsMouseOver
public boolean getIsMouseOver() -
setIsMouseOver
public void setIsMouseOver(boolean value) -
getSeries
-
getInteraction
-
setInteraction
-
getOpen
public final double getOpen() -
getClose
public final double getClose() -
getHigh
public final double getHigh() -
getLow
public final double getLow() -
getPositionX
public final double getPositionX() -
getAreaGeom
-
getIndex
public final int getIndex() -
Draw
Description copied from class:StiCellGeomDraws cell geom object on spefied context.- Specified by:
Drawin classStiCellGeom
-