Packagestimulsoft.report.painters.components
Classpublic class StiBarCodePainter
InheritanceStiBarCodePainter Inheritance StiComponentPainter Inheritance StiPainter Inheritance Object
Implements IStiBarCodePainter



Public Methods
 MethodDefined By
  
baseDrawRectangle(g:StiGraphics, penColor:StiColor, penSize:Number, x:Number, y:Number, width:Number, height:Number):void
StiBarCodePainter
  
baseDrawString(g:StiGraphics, st:String, font:StiFont, brush:StiBrush, rect:StiRectangle):void
StiBarCodePainter
  
baseFillRectangle(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void
StiBarCodePainter
  
baseFillRectangle2D(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void
StiBarCodePainter
  
StiBarCodePainter
  
StiBarCodePainter
  
baseTransform(g:StiGraphics, x:Number, y:Number, angle:Number, dx:Number, dy:Number):void
StiBarCodePainter
 Inherited
Draws a selected rectangle specified by a Rectangle structure.
StiComponentPainter
  
getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapData
[override]
StiBarCodePainter
 Inherited
[static]
StiPainter
 Inherited
getPainter(componentType:Class, component:StiComponent):StiPainter
[static]
StiPainter
 Inherited
[static]
StiPainter
  
paint(component:StiComponent, args:StiPaintArgs):void
[override]
StiBarCodePainter
 Inherited
paintBorder(component:StiComponent, g:StiGraphics, rect:StiRectangle, zoom:Number):void
StiComponentPainter
 Inherited
Paints conditions of a component.
StiComponentPainter
 Inherited
Paints events of a component.
StiComponentPainter
 Inherited
[override] Paints the highlight of the specified component.
StiComponentPainter
 Inherited
StiComponentPainter
 Inherited
StiComponentPainter
 Inherited
Paints a markers specified by a Rectangle structure.
StiComponentPainter
 Inherited
paintOrderAndQuickInfo(component:StiComponent, g:StiGraphics, number:String):void
Paints order numbers and quick info of a component.
StiComponentPainter
 Inherited
Paints the QuickButtons.
StiComponentPainter
 Inherited
[override] Paints the selection.
StiComponentPainter
Public Constants
 ConstantDefined By
 InheritedloadingComponents : Array
[static] Коллекция компонентов, для которых в данный момент загружается графическое представление со стороны сервера
StiPainter
Method Detail
baseDrawRectangle()method
public function baseDrawRectangle(g:StiGraphics, penColor:StiColor, penSize:Number, x:Number, y:Number, width:Number, height:Number):void

Parameters

g:StiGraphics
 
penColor:StiColor
 
penSize:Number
 
x:Number
 
y:Number
 
width:Number
 
height:Number

baseDrawString()method 
public function baseDrawString(g:StiGraphics, st:String, font:StiFont, brush:StiBrush, rect:StiRectangle):void

Parameters

g:StiGraphics
 
st:String
 
font:StiFont
 
brush:StiBrush
 
rect:StiRectangle

baseFillRectangle()method 
public function baseFillRectangle(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void

Parameters

g:StiGraphics
 
brush:StiBrush
 
x:Number
 
y:Number
 
width:Number
 
height:Number

baseFillRectangle2D()method 
public function baseFillRectangle2D(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void

Parameters

g:StiGraphics
 
brush:StiBrush
 
x:Number
 
y:Number
 
width:Number
 
height:Number

baseMeasureString()method 
public function baseMeasureString(g:StiGraphics, st:String, font:StiFont):StiSize

Parameters

g:StiGraphics
 
st:String
 
font:StiFont

Returns
StiSize
baseRollbackTransform()method 
public function baseRollbackTransform(g:StiGraphics):void

Parameters

g:StiGraphics

baseTransform()method 
public function baseTransform(g:StiGraphics, x:Number, y:Number, angle:Number, dx:Number, dy:Number):void

Parameters

g:StiGraphics
 
x:Number
 
y:Number
 
angle:Number
 
dx:Number
 
dy:Number

getImage()method 
override public function getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapData

Parameters

component:StiComponent
 
refZoom:StiRefZoom
 
format:int

Returns
BitmapData
paint()method 
override public function paint(component:StiComponent, args:StiPaintArgs):void

Parameters

component:StiComponent
 
args:StiPaintArgs