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

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.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)
           
 
Method Summary
 void Draw(StiContext context)
          Draws cell geom object on spefied context.
 java.lang.Integer getBeginTime()
           
 StiColor getColor()
           
 
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

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

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