Uses of Class
net.sourceforge.jbarcodebean.model.AbstractBarcodeStrategy

Packages that use AbstractBarcodeStrategy
net.sourceforge.jbarcodebean.model   
 

Uses of AbstractBarcodeStrategy in net.sourceforge.jbarcodebean.model
 

Subclasses of AbstractBarcodeStrategy in net.sourceforge.jbarcodebean.model
 class BaseCode39
          Base class for Code39 variants.
 class Codabar
          This class, which implements the BarcodeStrategy interface, knows how to encode the 3:1 (wide) variant of the Codabar barcode type.
 class Codabar_2to1
          This class, which implements the BarcodeStrategy interface, knows how to encode the 2:1 (narrow) variant of the Codabar barcode type.
 class Code11
           
 class Code128
          Code 128 barcode strategy implementation.
 class 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.
 class 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.
 class Code93
           
 class Code93Extended
           
 class Ean13
          EAN-13 barcode implementation.
 class Ean8
          EAN-8 barcode implementation.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.