Package | stimulsoft.report.barCodes |
Class | public class StiCode39ExtBarCodeType |
Inheritance | StiCode39ExtBarCodeType ![]() ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | barCodeData : StiBarCodeData [read-only] | StiBarCodeTypeService | |
code39ExtTable : Array | StiCode39ExtBarCodeType | ||
![]() | code39StartStopSymbolIndex : int = 43 | StiCode39BarCodeType | |
![]() | code39Symbols : String = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+% | StiCode39BarCodeType | |
![]() | code39Table : Array | StiCode39BarCodeType | |
![]() | rectWindow : StiRectangle | StiBarCodeTypeService | |
![]() | textAlignment : int [read-only] | StiBarCodeTypeService |
Method | Defined By | ||
---|---|---|---|
StiCode39ExtBarCodeType(module:Number = 13, height:Number = 1, ratio:Number = 2.2, checkSum:int = 0) | StiCode39ExtBarCodeType | ||
![]() | clone(... args):Object [override] | StiCode39BarCodeType | |
[override] Draws the bar code with the specified parameters. | StiCode39ExtBarCodeType | ||
![]() | equals(object:Object):Boolean [override] | StiCode39BarCodeType | |
![]() | getCode(barCode:IStiBarCode):String Returns string of char - input data for calculation of bar code. | StiBarCodeTypeService | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiCode39ExtBarCodeType | ||
![]() | packService():void | StiService |
code39ExtTable | property |
protected var code39ExtTable:Array
StiCode39ExtBarCodeType | () | Constructor |
public function StiCode39ExtBarCodeType(module:Number = 13, height:Number = 1, ratio:Number = 2.2, checkSum:int = 0)
module:Number (default = 13 )
| |
height:Number (default = 1 )
| |
ratio:Number (default = 2.2 )
| |
checkSum:int (default = 0 )
|
draw | () | method |
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void
Draws the bar code with the specified parameters.
Parameters
g:StiGraphics | |
barCode:StiBarCode | |
rect:StiRectangle | |
zoom:Number |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |