Packagestimulsoft.report.painters.components
Classpublic class StiComponentPainter
InheritanceStiComponentPainter Inheritance StiPainter Inheritance Object
Subclasses StiBarCodePainter, StiChartPainter, StiCheckBoxPainter, StiContainerPainter, StiLinePrimitivePainter, StiPointPrimitivePainter, StiRichTextPainter, StiShapePainter, StiTableCellCheckBoxPainter, StiTableCellRichTextPainter, StiTableCellTextPainter, StiTextPainter, StiViewPainter, StiZipCodePainter



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

Draws a selected rectangle specified by a Rectangle structure.

Parameters

g:StiGraphics
 
size:int
 
brush:StiBrush
 
rect:StiRectangle

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

Parameters

component:StiComponent
 
args:StiPaintArgs

paintBorder()method 
public function paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):void

Parameters

component:StiComponent
 
g:StiGraphics
 
rect:StiRectangle
 
zoom:Number (default = NaN)

paintConditions()method 
public function paintConditions(component:StiComponent, g:StiGraphics, rect:StiRectangle):void

Paints conditions of a component.

Parameters

component:StiComponent
 
g:StiGraphics
 
rect:StiRectangle

paintEvents()method 
public function paintEvents(component:StiComponent, g:StiGraphics, rect:StiRectangle):void

Paints events of a component.

Parameters

component:StiComponent
 
g:StiGraphics
 
rect:StiRectangle

paintHighlight()method 
override public function paintHighlight(component:StiComponent, args:StiPaintArgs):void

Paints the highlight of the specified component.

Parameters

component:StiComponent
 
args:StiPaintArgs

paintInheritedImage()method 
public function paintInheritedImage(component:StiComponent, g:StiGraphics):void

Parameters

component:StiComponent
 
g:StiGraphics

paintInteraction()method 
public function paintInteraction(component:StiComponent, g:StiGraphics):void

Parameters

component:StiComponent
 
g:StiGraphics

paintMarkers()method 
public function paintMarkers(component:StiComponent, g:StiGraphics, rect:StiRectangle):void

Paints a markers specified by a Rectangle structure.

Parameters

component:StiComponent
 
g:StiGraphics
 
rect:StiRectangle

paintOrderAndQuickInfo()method 
public function paintOrderAndQuickInfo(component:StiComponent, g:StiGraphics, number:String):void

Paints order numbers and quick info of a component.

Parameters

component:StiComponent
 
g:StiGraphics
 
number:String

paintQuickButtons()method 
public function paintQuickButtons(component:StiComponent, g:StiGraphics):void

Paints the QuickButtons.

Parameters

component:StiComponent
 
g:StiGraphics

paintSelection()method 
override public function paintSelection(component:StiComponent, args:StiPaintArgs):void

Paints the selection.

Parameters

component:StiComponent
 
args:StiPaintArgs