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