Packagestimulsoft.report.painters.components
Classpublic class StiChartPainter
InheritanceStiChartPainter Inheritance StiComponentPainter Inheritance StiPainter Inheritance Object



Public Methods
 MethodDefined By
  
drawChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, useMargins:Boolean, useBackground:Boolean, zoom:Number = 0):void
StiChartPainter
 Inherited
Draws a selected rectangle specified by a Rectangle structure.
StiComponentPainter
  
getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapData
[override]
StiChartPainter
 Inherited
[static]
StiPainter
 Inherited
getPainter(componentType:Class, component:StiComponent):StiPainter
[static]
StiPainter
 Inherited
[static]
StiPainter
  
paint(component:StiComponent, args:StiPaintArgs):void
[override]
StiChartPainter
 Inherited
paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):void
StiComponentPainter
  
paintChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, drawBorder:Boolean, drawFormatting:Boolean, zoom:Number = 0):void
StiChartPainter
 Inherited
Paints conditions of a component.
StiComponentPainter
 Inherited
Paints events of a component.
StiComponentPainter
 Inherited
[override] Paints the highlight of the specified component.
StiComponentPainter
 Inherited
StiComponentPainter
 Inherited
StiComponentPainter
 Inherited
Paints a markers specified by a Rectangle structure.
StiComponentPainter
 Inherited
paintOrderAndQuickInfo(component:StiComponent, g:StiGraphics, number:String):void
Paints order numbers and quick info of a component.
StiComponentPainter
 Inherited
Paints the QuickButtons.
StiComponentPainter
 Inherited
[override] Paints the selection.
StiComponentPainter
Public Constants
 ConstantDefined By
 InheritedloadingComponents : Array
[static] Коллекция компонентов, для которых в данный момент загружается графическое представление со стороны сервера
StiPainter
Method Detail
drawChart()method
public function drawChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, useMargins:Boolean, useBackground:Boolean, zoom:Number = 0):void

Parameters

chart:StiChart
 
g:StiGraphics
 
rect:StiRectangle
 
useMargins:Boolean
 
useBackground:Boolean
 
zoom:Number (default = 0)

getImage()method 
override public function getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapData

Parameters

component:StiComponent
 
refZoom:StiRefZoom
 
format:int

Returns
BitmapData
paint()method 
override public function paint(component:StiComponent, args:StiPaintArgs):void

Parameters

component:StiComponent
 
args:StiPaintArgs

paintChart()method 
public function paintChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, drawBorder:Boolean, drawFormatting:Boolean, zoom:Number = 0):void

Parameters

chart:StiChart
 
g:StiGraphics
 
rect:StiRectangle
 
drawBorder:Boolean
 
drawFormatting:Boolean
 
zoom:Number (default = 0)