Package | stimulsoft.report.painters.components |
Class | public class StiTableCellTextPainter |
Inheritance | StiTableCellTextPainter ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
![]() |
Draws a selected rectangle specified by a Rectangle structure. | StiComponentPainter | |
![]() | StiPainter | ||
![]() | getIndicatorPainter(indicatorType:Class):StiIndicatorTypePainter [static] | StiPainter | |
![]() | [static] | StiPainter | |
![]() | getShapePainter(componentType:Class):StiShapeTypePainter [static] | StiPainter | |
[override] | StiTableCellTextPainter | ||
StiTableCellTextPainter | |||
[override] | StiTableCellTextPainter | ||
![]() |
Paints conditions of a component. | StiComponentPainter | |
![]() |
Paints events of a component. | StiComponentPainter | |
![]() | [override]
Paints the highlight of the specified component. | StiComponentPainter | |
![]() | StiComponentPainter | ||
![]() | StiComponentPainter | ||
StiTableCellTextPainter | |||
![]() |
Paints a markers specified by a Rectangle structure. | StiComponentPainter | |
paintOneLineOfUnderline(text:StiTableCell, g:StiGraphics, pen:StiPen, x1:Number, x2:Number, y:Number):void | StiTableCellTextPainter | ||
![]() |
Paints order numbers and quick info of a component. | StiComponentPainter | |
![]() |
Paints the QuickButtons. | StiComponentPainter | |
![]() | [override]
Paints the selection. | StiComponentPainter | |
StiTableCellTextPainter |
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 |