Packagestimulsoft.report.chart.geoms
Classpublic class StiCellGeom
InheritanceStiCellGeom Inheritance StiGeom Inheritance Object
Implements IStiGeomInteraction
Subclasses StiAreaGeom, StiAxisLabelGeom, StiAxisTitleGeom, StiChartGeom, StiChartTableGeom, StiChartTitleGeom, StiConstantLinesVerticalGeom, StiConstantLinesYGeom, StiDownButtonGeom, StiFinancialSeriesElementGeom, StiHorzScrollBarGeom, StiHorzTrackBarGeom, StiLeftButtonGeom, StiLegendGeom, StiLegendItemGeom, StiLegendTitleGeom, StiMarkerGeom, StiPieSeriesFullElementGeom, StiPieSeriesShadowElementGeom, StiRadarAreaSeriesGeom, StiRadarAxisGeom, StiRightButtonGeom, StiSeriesElementGeom, StiSeriesGeom, StiSeriesLabelsGeom, StiStackedBarSeriesShadowElementGeom, StiStackedColumnSeriesShadowElementGeom, StiStripsXGeom, StiStripsYGeom, StiTrendCurveGeom, StiTrendLineGeom, StiUpButtonGeom, StiVertScrollBarGeom, StiVertTrackBarGeom, StiXAxisGeom, StiXRadarAxisLabelGeom, StiYAxisGeom, StiYRadarAxisLabelGeom



Public Properties
 PropertyDefined By
  childGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
  clientRectangle : StiRectangle
StiCellGeom
  invisible : Boolean
[read-only]
StiCellGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiCellGeom(clientRectangle:StiRectangle)
StiCellGeom
  
contains(x:Number, y:Number):Boolean
StiCellGeom
  
StiCellGeom
  
draw(context:StiContext):void
StiCellGeom
  
StiCellGeom
  
drawGeom(context:StiContext):void
StiCellGeom
  
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
  
StiCellGeom
Protected Methods
 MethodDefined By
  
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
childGeomsproperty
childGeoms:Vector.<StiCellGeom>  [read-only]


Implementation
    public function get childGeoms():Vector.<StiCellGeom>
clientRectangleproperty 
clientRectangle:StiRectangle


Implementation
    public function get clientRectangle():StiRectangle
    public function set clientRectangle(value:StiRectangle):void
invisibleproperty 
invisible:Boolean  [read-only]


Implementation
    public function get invisible():Boolean
Constructor Detail
StiCellGeom()Constructor
public function StiCellGeom(clientRectangle:StiRectangle)



Parameters
clientRectangle:StiRectangle
Method Detail
allowChildDrawing()method
protected function allowChildDrawing(cellGeom:StiCellGeom):Boolean

Parameters

cellGeom:StiCellGeom

Returns
Boolean
contains()method 
public function contains(x:Number, y:Number):Boolean

Parameters

x:Number
 
y:Number

Returns
Boolean
createChildGeoms()method 
public function createChildGeoms():void

draw()method 
public function draw(context:StiContext):void

Parameters

context:StiContext

drawChildGeoms()method 
public function drawChildGeoms(context:StiContext):void

Parameters

context:StiContext

drawGeom()method 
public function drawGeom(context:StiContext):void

Parameters

context:StiContext

getGeomAt()method 
public function getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom

Parameters

parent:StiCellGeom
 
x:Number
 
y:Number

Returns
StiCellGeom
getRect()method 
public function getRect(geom:StiGeom):StiRectangle

Parameters

geom:StiGeom

Returns
StiRectangle
getSeriesGeoms()method 
public function getSeriesGeoms():Vector.<StiCellGeom>

Returns
Vector.<StiCellGeom>
invokeClick()method 
public function invokeClick(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeDrag()method 
public function invokeDrag(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseDown()method 
public function invokeMouseDown(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseEnter()method 
public function invokeMouseEnter(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseLeave()method 
public function invokeMouseLeave(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions

invokeMouseUp()method 
public function invokeMouseUp(options:StiInteractionOptions):void

Parameters

options:StiInteractionOptions