com.stimulsoft.report.chart.geoms.series.financial
Class StiCandlestickSeriesElementGeom
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.StiCandlestickSeriesElementGeom
- All Implemented Interfaces:
- IStiJsonReportObject, IStiGeomInteraction
public class StiCandlestickSeriesElementGeom
- extends StiFinancialSeriesElementGeom
Constructor Summary |
StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double bodyStart,
double bodyEnd,
double high,
double low,
double positionX,
int index,
StiBrush brush,
StiColor borderColor,
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 |
StiCandlestickSeriesElementGeom
public StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double bodyStart,
double bodyEnd,
double high,
double low,
double positionX,
int index,
StiBrush brush,
StiColor borderColor,
java.lang.Integer beginTime)
getBrush
public final StiBrush getBrush()
getBeginTime
public java.lang.Integer getBeginTime()
- Returns:
- the beginTime
getBorderColor
public StiColor getBorderColor()
- Returns:
- the borderColor
Draw
public void Draw(StiContext context)
- Description copied from class:
StiCellGeom
- Draws cell geom object on spefied context.
- Overrides:
Draw
in class StiFinancialSeriesElementGeom