Package | stimulsoft.report.chart.geoms.table |
Class | public class StiChartTableGeom |
Inheritance | StiChartTableGeom ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
StiChartTableGeom(clientRectangle:StiRectangle, table:Vector.<Vector.<String>>, widthCellLegendTableChart:Number, heightCellHeader:Number, chartTable:IStiChartTable) | StiChartTableGeom | ||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] Draws table geom object on spefied context. | StiChartTableGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseEnter(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
StiChartTableGeom | () | Constructor |
public function StiChartTableGeom(clientRectangle:StiRectangle, table:Vector.<Vector.<String>>, widthCellLegendTableChart:Number, heightCellHeader:Number, chartTable:IStiChartTable)
clientRectangle:StiRectangle | |
table:Vector.<Vector.<String>> | |
widthCellLegendTableChart:Number | |
heightCellHeader:Number | |
chartTable:IStiChartTable |
draw | () | method |
override public function draw(context:StiContext):void
Draws table geom object on spefied context.
Parameters
context:StiContext |