com.stimulsoft.report.chart.geoms.series.financial
Class StiStockSeriesElementGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom
com.stimulsoft.report.chart.geoms.series.financial.StiStockSeriesElementGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction
public class StiStockSeriesElementGeom
- extends StiFinancialSeriesElementGeom
Constructor Summary |
StiStockSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index,
StiColor color,
java.lang.Integer beginTime)
|
Methods inherited from class com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom |
getAllowMouseOver, getAreaGeom, getClose, getHigh, getIndex, getInteraction, getIsMouseOver, getLow, getOpen, getPositionX, getSeries, InvokeClick, InvokeMouseEnter, setInteraction, setIsMouseOver |
Methods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom |
Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeDrag, InvokeMouseDown, InvokeMouseLeave, InvokeMouseUp, setClientRectangle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiStockSeriesElementGeom
public StiStockSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index,
StiColor color,
java.lang.Integer beginTime)
getColor
public final StiColor getColor()
getBeginTime
public java.lang.Integer getBeginTime()
- Returns:
- the beginTime
Draw
public void Draw(StiContext context)
- Description copied from class:
StiCellGeom
- Draws cell geom object on spefied context.
- Overrides:
Draw
in class StiFinancialSeriesElementGeom