| Package | stimulsoft.report.painters.components |
| Class | public class StiComponentPainter |
| Inheritance | StiComponentPainter StiPainter Object |
| Subclasses | StiBarCodePainter, StiChartPainter, StiCheckBoxPainter, StiContainerPainter, StiLinePrimitivePainter, StiPointPrimitivePainter, StiRichTextPainter, StiShapePainter, StiTableCellCheckBoxPainter, StiTableCellRichTextPainter, StiTableCellTextPainter, StiTextPainter, StiViewPainter, StiZipCodePainter |
| 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] | StiComponentPainter | ||
| StiComponentPainter | |||
Paints conditions of a component. | StiComponentPainter | ||
Paints events of a component. | StiComponentPainter | ||
[override]
Paints the highlight of the specified component. | StiComponentPainter | ||
| 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 | ||
| drawSelectedRectangle | () | method |
public function drawSelectedRectangle(g:StiGraphics, size:int, brush:StiBrush, rect:StiRectangle):voidDraws a selected rectangle specified by a Rectangle structure.
Parameters
g:StiGraphics | |
size:int | |
brush:StiBrush | |
rect:StiRectangle |
| paint | () | method |
override public function paint(component:StiComponent, args:StiPaintArgs):voidParameters
component:StiComponent | |
args:StiPaintArgs |
| paintBorder | () | method |
public function paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):voidParameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle | |
zoom:Number (default = NaN) |
| paintConditions | () | method |
public function paintConditions(component:StiComponent, g:StiGraphics, rect:StiRectangle):voidPaints conditions of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle |
| paintEvents | () | method |
public function paintEvents(component:StiComponent, g:StiGraphics, rect:StiRectangle):voidPaints events of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle |
| paintHighlight | () | method |
override public function paintHighlight(component:StiComponent, args:StiPaintArgs):voidPaints the highlight of the specified component.
Parameters
component:StiComponent | |
args:StiPaintArgs |
| paintInheritedImage | () | method |
public function paintInheritedImage(component:StiComponent, g:StiGraphics):voidParameters
component:StiComponent | |
g:StiGraphics |
| paintInteraction | () | method |
public function paintInteraction(component:StiComponent, g:StiGraphics):voidParameters
component:StiComponent | |
g:StiGraphics |
| paintMarkers | () | method |
public function paintMarkers(component:StiComponent, g:StiGraphics, rect:StiRectangle):voidPaints a markers specified by a Rectangle structure.
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle |
| paintOrderAndQuickInfo | () | method |
public function paintOrderAndQuickInfo(component:StiComponent, g:StiGraphics, number:String):voidPaints order numbers and quick info of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
number:String |
| paintQuickButtons | () | method |
public function paintQuickButtons(component:StiComponent, g:StiGraphics):voidPaints the QuickButtons.
Parameters
component:StiComponent | |
g:StiGraphics |
| paintSelection | () | method |
override public function paintSelection(component:StiComponent, args:StiPaintArgs):voidPaints the selection.
Parameters
component:StiComponent | |
args:StiPaintArgs |