Package | stimulsoft.report.painters.components |
Class | public class StiPagePainter |
Inheritance | StiPagePainter ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Draws page numbers. | StiPagePainter | ||
![]() |
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] | StiPagePainter | ||
![]() | StiContainerPainter | ||
![]() | StiComponentPainter | ||
![]() | StiContainerPainter | ||
![]() | StiContainerPainter | ||
![]() |
Paints conditions of a component. | StiComponentPainter | |
![]() |
Paints events of a component. | StiComponentPainter | |
![]() | [override]
Paints the highlight of the specified component. | StiComponentPainter | |
StiPagePainter | |||
![]() | StiComponentPainter | ||
![]() | StiComponentPainter | ||
![]() |
Paints a markers specified by a Rectangle structure. | StiComponentPainter | |
![]() |
Paints order numbers and quick info of a component. | StiComponentPainter | |
![]() |
Paints the QuickButtons. | StiComponentPainter | |
![]() | [override]
Paints the selection. | StiComponentPainter | |
![]() | Paints selection of components. | StiContainerPainter | |
StiPagePainter | |||
paintText(watermark:StiWatermark, g:StiGraphics, rect:StiRectangle, zoom:Number, isPrinting:Boolean):void | StiPagePainter | ||
StiPagePainter |
drawPageNumber | () | method |
public function drawPageNumber(page:StiPage, g:StiGraphics, pageNumber:int, pageRect:StiRectangle):void
Draws page numbers.
Parameters
page:StiPage | |
g:StiGraphics | |
pageNumber:int | |
pageRect:StiRectangle |
paint | () | method |
override public function paint(component:StiComponent, args:StiPaintArgs):void
Parameters
component:StiComponent | |
args:StiPaintArgs |
paintImage | () | method |
public function paintImage(watermark:StiWatermark, g:StiGraphics, rect:StiRectangle, zoom:Number):void
Parameters
watermark:StiWatermark | |
g:StiGraphics | |
rect:StiRectangle | |
zoom:Number |
paintTableLines | () | method |
public function paintTableLines(page:StiPage, g:StiGraphics):void
Parameters
page:StiPage | |
g:StiGraphics |
paintText | () | method |
public function paintText(watermark:StiWatermark, g:StiGraphics, rect:StiRectangle, zoom:Number, isPrinting:Boolean):void
Parameters
watermark:StiWatermark | |
g:StiGraphics | |
rect:StiRectangle | |
zoom:Number | |
isPrinting:Boolean |
paintTileImage | () | method |
public function paintTileImage(watermark:StiWatermark, g:StiGraphics, rect:StiRectangle, imageSize:StiSize):void
Parameters
watermark:StiWatermark | |
g:StiGraphics | |
rect:StiRectangle | |
imageSize:StiSize |