Packagestimulsoft.report.painters.components
Classpublic class StiTableCellTextPainter
InheritanceStiTableCellTextPainter Inheritance StiComponentPainter Inheritance StiPainter Inheritance Object



Public Methods
 MethodDefined By
 Inherited
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]
StiTableCellTextPainter
  
StiTableCellTextPainter
  
paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):void
[override]
StiTableCellTextPainter
 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
  
StiTableCellTextPainter
 Inherited
Paints a markers specified by a Rectangle structure.
StiComponentPainter
  
paintOneLineOfUnderline(text:StiTableCell, g:StiGraphics, pen:StiPen, x1:Number, x2:Number, y:Number):void
StiTableCellTextPainter
 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
  
StiTableCellTextPainter
Public Constants
 ConstantDefined By
 InheritedloadingComponents : Array
[static] Коллекция компонентов, для которых в данный момент загружается графическое представление со стороны сервера
StiPainter
Method Detail
paint()method
override public function paint(component:StiComponent, args:StiPaintArgs):void

Parameters

component:StiComponent
 
args:StiPaintArgs

paintBackground()method 
public function paintBackground(text:StiTableCell, g:StiGraphics, rect:StiRectangle):void

Parameters

text:StiTableCell
 
g:StiGraphics
 
rect:StiRectangle

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

Parameters

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

paintLinesOfUnderlining()method 
public function paintLinesOfUnderlining(text:StiTableCell, g:StiGraphics, rect:StiRectangle):void

Parameters

text:StiTableCell
 
g:StiGraphics
 
rect:StiRectangle

paintOneLineOfUnderline()method 
public function paintOneLineOfUnderline(text:StiTableCell, g:StiGraphics, pen:StiPen, x1:Number, x2:Number, y:Number):void

Parameters

text:StiTableCell
 
g:StiGraphics
 
pen:StiPen
 
x1:Number
 
x2:Number
 
y:Number

paintText()method 
public function paintText(textComp:StiTableCell, g:StiGraphics, rect:StiRectangle):void

Parameters

textComp:StiTableCell
 
g:StiGraphics
 
rect:StiRectangle