| Property | Defined By | ||
|---|---|---|---|
| barChar : Dictionary | CodaBar | ||
| baseWidth : Number | CodaBar | ||
| code : String | CodaBar | ||
| end : String | CodaBar | ||
| height : Number | CodaBar | ||
| start : String | CodaBar | ||
| x : Number | CodaBar | ||
| y : Number | CodaBar | ||
| Property | Defined By | ||
|---|---|---|---|
| _barChar : Dictionary | CodaBar | ||
| _baseWidth : Number | CodaBar | ||
| _code : String | CodaBar | ||
| _end : String | CodaBar | ||
| _height : Number | CodaBar | ||
| _start : String | CodaBar | ||
| _x : Number | CodaBar | ||
| _y : Number | CodaBar | ||
| Method | Defined By | ||
|---|---|---|---|
CodaBar(x:int, y:int, code:String, start:String = A, end:String = A, baseWidth:Number = 0.35, height:Number = 16) | CodaBar | ||
| _barChar | property |
protected var _barChar:Dictionary| _baseWidth | property |
protected var _baseWidth:Number| _code | property |
protected var _code:String| _end | property |
protected var _end:String| _height | property |
protected var _height:Number| _start | property |
protected var _start:String| _x | property |
protected var _x:Number| _y | property |
protected var _y:Number| barChar | property |
barChar:Dictionary public function get barChar():Dictionary public function set barChar(value:Dictionary):void| baseWidth | property |
baseWidth:Number public function get baseWidth():Number public function set baseWidth(value:Number):void| code | property |
code:String public function get code():String public function set code(value:String):void| end | property |
end:String public function get end():String public function set end(value:String):void| height | property |
height:Number public function get height():Number public function set height(value:Number):void| start | property |
start:String public function get start():String public function set start(value:String):void| x | property |
x:Number public function get x():Number public function set x(value:Number):void| y | property |
y:Number public function get y():Number public function set y(value:Number):void| CodaBar | () | Constructor |
public function CodaBar(x:int, y:int, code:String, start:String = A, end:String = A, baseWidth:Number = 0.35, height:Number = 16)x:int | |
y:int | |
code:String | |
start:String (default = A) | |
end:String (default = A) | |
baseWidth:Number (default = 0.35) | |
height:Number (default = 16) |