Packageorg.purepdf.pdf.barcode
Classpublic class BarcodeEAN
InheritanceBarcodeEAN Inheritance Barcode Inheritance Object



Public Properties
 PropertyDefined By
 InheritedaltText : String
Barcode
 InheritedbarHeight : Number
Barcode
 Inheritedbaseline : Number
Barcode
 InheritedchecksumText : Boolean
Barcode
 Inheritedcode : String
Barcode
 InheritedcodeType : int
Barcode
 Inheritedextended : Boolean
Barcode
 Inheritedfont : BaseFont
Barcode
 InheritedgenerateChecksum : Boolean
Barcode
 InheritedguardBars : Boolean
Barcode
 InheritedinkSpreading : Number
Barcode
 Inheritedn : Number
Barcode
 Inheritedsize : Number
Barcode
 InheritedstartStopText : Boolean
Barcode
 InheritedtextAlignment : int
Barcode
 Inheritedx : Number
Barcode
Protected Properties
 PropertyDefined By
 Inherited_altText : String
Barcode
 Inherited_barHeight : Number
Barcode
 Inherited_baseline : Number
Barcode
 Inherited_checksumText : Boolean
Barcode
 Inherited_code : String
Barcode
 Inherited_codeType : int
Barcode
 Inherited_extended : Boolean
Barcode
 Inherited_font : BaseFont
Barcode
 Inherited_generateChecksum : Boolean
Barcode
 Inherited_guardBars : Boolean
Barcode
 Inherited_inkSpreading : Number = 0
Barcode
 Inherited_n : Number
Barcode
 Inherited_size : Number
Barcode
 Inherited_startStopText : Boolean
Barcode
 Inherited_textAlignment : int
Barcode
 Inherited_x : Number
Barcode
Public Methods
 MethodDefined By
  
BarcodeEAN
 Inherited
Barcode
 Inherited
Barcode
  
[override]
BarcodeEAN
  
getBarsEAN13(_code:String):Vector.<int>
[static]
BarcodeEAN
  
getBarsEAN8(_code:String):Vector.<int>
[static]
BarcodeEAN
  
getBarsSupplemental2(_code:String):Vector.<int>
[static]
BarcodeEAN
  
getBarsSupplemental5(_code:String):Vector.<int>
[static]
BarcodeEAN
  
getBarsUPCE(_code:String):Vector.<int>
[static]
BarcodeEAN
  
[override]
BarcodeEAN
Public Constants
 ConstantDefined By
 InheritedCODABAR : int = 12
[static]
Barcode
 InheritedCODE128 : int = 9
[static]
Barcode
 InheritedCODE128_RAW : int = 11
[static]
Barcode
 InheritedCODE128_UCC : int = 10
[static]
Barcode
 InheritedEAN13 : int = 1
[static]
Barcode
 InheritedEAN8 : int = 2
[static]
Barcode
 InheritedPLANET : int = 8
[static]
Barcode
 InheritedPOSTNET : int = 7
[static]
Barcode
 InheritedSUPP2 : int = 5
[static]
Barcode
 InheritedSUPP5 : int = 6
[static]
Barcode
 InheritedUPCA : int = 3
[static]
Barcode
 InheritedUPCE : int = 4
[static]
Barcode
Constructor Detail
BarcodeEAN()Constructor
public function BarcodeEAN()



Method Detail
getBarcodeSize()method
override public function getBarcodeSize():RectangleElement

Returns
RectangleElement
getBarsEAN13()method 
public static function getBarsEAN13(_code:String):Vector.<int>

Parameters

_code:String

Returns
Vector.<int>
getBarsEAN8()method 
public static function getBarsEAN8(_code:String):Vector.<int>

Parameters

_code:String

Returns
Vector.<int>
getBarsSupplemental2()method 
public static function getBarsSupplemental2(_code:String):Vector.<int>

Parameters

_code:String

Returns
Vector.<int>
getBarsSupplemental5()method 
public static function getBarsSupplemental5(_code:String):Vector.<int>

Parameters

_code:String

Returns
Vector.<int>
getBarsUPCE()method 
public static function getBarsUPCE(_code:String):Vector.<int>

Parameters

_code:String

Returns
Vector.<int>
placeBarcode()method 
override public function placeBarcode(cb:PdfContentByte, barColor:RGBColor, textColor:RGBColor):RectangleElement

Parameters

cb:PdfContentByte
 
barColor:RGBColor
 
textColor:RGBColor

Returns
RectangleElement