com.stimulsoft.report.chart.geoms.series.financial
Class StiCandlestickSeriesElementGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.report.chart.geoms.StiCellGeom
          extended by com.stimulsoft.report.chart.geoms.series.financial.StiFinancialSeriesElementGeom
              extended by 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)
           
 
Method Summary
 void Draw(StiContext context)
          Draws cell geom object on spefied context.
 java.lang.Integer getBeginTime()
           
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 
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 com.stimulsoft.base.context.chart.geoms.StiGeom
LoadFromJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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