Packagestimulsoft.report.chart.geoms.table
Classpublic class StiChartTableGeom
InheritanceStiChartTableGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiChartTableGeom(clientRectangle:StiRectangle, table:Vector.<Vector.<String>>, widthCellLegendTableChart:Number, heightCellHeader:Number, chartTable:IStiChartTable)
StiChartTableGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override] Draws table geom object on spefied context.
StiChartTableGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Constructor Detail
StiChartTableGeom()Constructor
public function StiChartTableGeom(clientRectangle:StiRectangle, table:Vector.<Vector.<String>>, widthCellLegendTableChart:Number, heightCellHeader:Number, chartTable:IStiChartTable)



Parameters
clientRectangle:StiRectangle
 
table:Vector.<Vector.<String>>
 
widthCellLegendTableChart:Number
 
heightCellHeader:Number
 
chartTable:IStiChartTable
Method Detail
draw()method
override public function draw(context:StiContext):void

Draws table geom object on spefied context.

Parameters

context:StiContext