Package | stimulsoft.report.painters.components |
Class | public class StiViewPainter |
Inheritance | StiViewPainter ![]() ![]() ![]() |
Subclasses | StiImagePainter, StiTableCellImagePainter |
Method | Defined By | ||
---|---|---|---|
![]() |
Draws a selected rectangle specified by a Rectangle structure. | StiComponentPainter | |
[override] | StiViewPainter | ||
![]() | getIndicatorPainter(indicatorType:Class):StiIndicatorTypePainter [static] | StiPainter | |
![]() | [static] | StiPainter | |
![]() | getShapePainter(componentType:Class):StiShapeTypePainter [static] | StiPainter | |
[override] | StiViewPainter | ||
![]() | StiComponentPainter | ||
![]() |
Paints conditions of a component. | StiComponentPainter | |
![]() |
Paints events of a component. | StiComponentPainter | |
![]() | [override]
Paints the highlight of the specified component. | StiComponentPainter | |
StiViewPainter | |||
![]() | 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 |
Method | Defined By | ||
---|---|---|---|
getImageBitmap(view:StiView):BitmapData | StiViewPainter |
getImage | () | method |
override public function getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapData
Parameters
component:StiComponent | |
refZoom:StiRefZoom | |
format:int |
BitmapData |
getImageBitmap | () | method |
paint | () | method |
override public function paint(component:StiComponent, args:StiPaintArgs):void
Parameters
component:StiComponent | |
args:StiPaintArgs |
paintImage | () | method |
public function paintImage(view:StiView, g:StiGraphics, rect:StiRectangle, zoom:Number = -1):void
Parameters
view:StiView | |
g:StiGraphics | |
rect:StiRectangle | |
zoom:Number (default = -1 )
|