Package net.sourceforge.jbarcodebean.model

Interface Summary
BarcodeStrategy Interface which defines the barcode strategy for any given type of barcode.
 

Class Summary
AbstractBarcodeStrategy This abstract class, which implements the BarcodeStrategy interface, provides a basic implementation that is subclassed by all the concrete classes that provide Code39, Interleaved Code25, Codabar, MSI and all derivative encoding strategies.
AbstractBarcodeStrategy.CharacterCode Inner class representing a character and its barcode encoding.
BaseCode39 Base class for Code39 variants.
Codabar This class, which implements the BarcodeStrategy interface, knows how to encode the 3:1 (wide) variant of the Codabar barcode type.
Codabar_2to1 This class, which implements the BarcodeStrategy interface, knows how to encode the 2:1 (narrow) variant of the Codabar barcode type.
Code11  
Code128 Code 128 barcode strategy implementation.
Code39 This class, which implements the BarcodeStrategy interface, knows how to encode the 3:1 (wide) variant of the Code 3 of 9 barcode type.
Code39_2to1 This class, which implements the BarcodeStrategy interface, knows how to encode the 2:1 (narrow) variant of the Code 3 of 9 barcode type.
Code93  
Code93Extended  
Ean13 EAN-13 barcode implementation.
Ean8 EAN-8 barcode implementation.
ExtendedCode39 This class, which implements the BarcodeStrategy interface, knows how to encode the 3:1 (wide) variant of the Extended Code 3 of 9 barcode type.
ExtendedCode39_2to1 This class, which implements the BarcodeStrategy interface, knows how to encode the 2:1 (narrow) variant of the Extended Code 3 of 9 barcode type.
Interleaved25 This class, which implements the BarcodeStrategy interface, knows how to encode the 3:1 (wide) variant of the Interleaved Code 2 of 5 barcode type.
Interleaved25_2to1 This class, which implements the BarcodeStrategy interface, knows how to encode the 2:1 (narrow) variant of the Interleaved Code 2 of 5 barcode type.
MSI This class, which implements the BarcodeStrategy interface, knows how to encode the MSI barcode type.
 



Copyright © 2004-2009 The JBarcodeBean project. All Rights Reserved.