Package | stimulsoft.report.painters.components |
Class | public class StiComponentPainter |
Inheritance | StiComponentPainter ![]() ![]() |
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):void
Draws 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):void
Parameters
component:StiComponent | |
args:StiPaintArgs |
paintBorder | () | method |
public function paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):void
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle | |
zoom:Number (default = NaN )
|
paintConditions | () | method |
public function paintConditions(component:StiComponent, g:StiGraphics, rect:StiRectangle):void
Paints conditions of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle |
paintEvents | () | method |
public function paintEvents(component:StiComponent, g:StiGraphics, rect:StiRectangle):void
Paints events of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
rect:StiRectangle |
paintHighlight | () | method |
override public function paintHighlight(component:StiComponent, args:StiPaintArgs):void
Paints the highlight of the specified component.
Parameters
component:StiComponent | |
args:StiPaintArgs |
paintInheritedImage | () | method |
public function paintInheritedImage(component:StiComponent, g:StiGraphics):void
Parameters
component:StiComponent | |
g:StiGraphics |
paintInteraction | () | method |
public function paintInteraction(component:StiComponent, g:StiGraphics):void
Parameters
component:StiComponent | |
g:StiGraphics |
paintMarkers | () | method |
public function paintMarkers(component:StiComponent, g:StiGraphics, rect:StiRectangle):void
Paints 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):void
Paints order numbers and quick info of a component.
Parameters
component:StiComponent | |
g:StiGraphics | |
number:String |
paintQuickButtons | () | method |
public function paintQuickButtons(component:StiComponent, g:StiGraphics):void
Paints the QuickButtons.
Parameters
component:StiComponent | |
g:StiGraphics |
paintSelection | () | method |
override public function paintSelection(component:StiComponent, args:StiPaintArgs):void
Paints the selection.
Parameters
component:StiComponent | |
args:StiPaintArgs |