barcode4j 2.1.0

Uses of Interface
org.krysalis.barcode4j.BarcodeGenerator

Packages that use BarcodeGenerator
org.krysalis.barcode4j Main package of Barcode4J. 
org.krysalis.barcode4j.impl This package contains the implementations (logic and layout) of the various barcode symbologies. 
org.krysalis.barcode4j.impl.codabar This package contains the Codabar implementation. 
org.krysalis.barcode4j.impl.code128 This package contains the Code 128 and the EAN 128 implementation. 
org.krysalis.barcode4j.impl.code39 This package contains the Code39 implementation. 
org.krysalis.barcode4j.impl.datamatrix This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation. 
org.krysalis.barcode4j.impl.fourstate This package contains implementations for the four-state family of barcode symbologies. 
org.krysalis.barcode4j.impl.int2of5 This package contains the Interleave 2 of 5 implementation. 
org.krysalis.barcode4j.impl.pdf417 This package contains the PDF417 (ISO/IEC 15438:2001(E)) implementation. 
org.krysalis.barcode4j.impl.postnet This package contains the POSTNET implementation. 
org.krysalis.barcode4j.impl.qr This package contains the QR Code (ISO/IEC 18004:2006(E)) implementation. 
org.krysalis.barcode4j.impl.upcean This package contains the UPC and EAN implementations. 
org.krysalis.barcode4j.output.bitmap This package contains classes for barcode output to bitmap images. 
 

Uses of BarcodeGenerator in org.krysalis.barcode4j
 

Methods in org.krysalis.barcode4j that return BarcodeGenerator
 BarcodeGenerator BarcodeUtil.createBarcodeGenerator(org.apache.avalon.framework.configuration.Configuration cfg)
          Creates a BarcoderGenerator.
static BarcodeGenerator BarcodeUtil.createBarcodeGenerator(org.apache.avalon.framework.configuration.Configuration cfg, BarcodeClassResolver classResolver)
          Creates a BarcoderGenerator.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl
 

Classes in org.krysalis.barcode4j.impl that implement BarcodeGenerator
 class AbstractBarcodeBean
          Base class for most barcode implementations.
 class ConfigurableBarcodeGenerator
          Base class for most Avalon-Configurable barcode implementation proxies.
 class HeightVariableBarcodeBean
          Base class for barcodes that encode information by varying the height of the bars.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.codabar
 

Classes in org.krysalis.barcode4j.impl.codabar that implement BarcodeGenerator
 class Codabar
          This class is an implementation of the Codabar barcode.
 class CodabarBean
          This class is an implementation of the Codabar barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.code128
 

Classes in org.krysalis.barcode4j.impl.code128 that implement BarcodeGenerator
 class Code128
          This class is an implementation of the Code 128 barcode.
 class Code128Bean
          This class is an implementation of the Code 128 barcode.
 class EAN128
          This class is an implementation of the Code 128 barcode.
 class EAN128Bean
          This class is an implementation of the Code 128 barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.code39
 

Classes in org.krysalis.barcode4j.impl.code39 that implement BarcodeGenerator
 class Code39
          This class is an implementation of the Code39 barcode.
 class Code39Bean
          This class is an implementation of the Code39 barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.datamatrix
 

Classes in org.krysalis.barcode4j.impl.datamatrix that implement BarcodeGenerator
 class DataMatrix
          This class is an implementation of the DataMatrix barcode.
 class DataMatrixBean
          This class is an implementation of DataMatrix (ISO 16022:2000(E)).
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.fourstate
 

Classes in org.krysalis.barcode4j.impl.fourstate that implement BarcodeGenerator
 class AbstractFourStateBean
          Abstract base class for four state barcode beans.
 class RoyalMailCBC
          Implements the Royal Mail Customer Barcode.
 class RoyalMailCBCBean
          Implements the Royal Mail Customer Barcode.
 class USPSIntelligentMail
          Implements the USPS Intelligent Mail Barcode (Four State Customer Barcode).
 class USPSIntelligentMailBean
          Implements the USPS Intelligent Mail Barcode (Four State Customer Barcode).
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.int2of5
 

Classes in org.krysalis.barcode4j.impl.int2of5 that implement BarcodeGenerator
 class Interleaved2Of5
          This class is an implementation of the Interleaved 2 of 5 barcode.
 class Interleaved2Of5Bean
          This class is an implementation of the Interleaved 2 of 5 barcode.
 class ITF14
          This class is an implementation of ITF-14 (as defined by the GS1 standards organization).
 class ITF14Bean
          This class is an implementation of ITF-14 (as defined by the GS1 standards organization).
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.pdf417
 

Classes in org.krysalis.barcode4j.impl.pdf417 that implement BarcodeGenerator
 class PDF417
          This class is an implementation of the PDF417 barcode.
 class PDF417Bean
          This class is an implementation of the PDF417 barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.postnet
 

Classes in org.krysalis.barcode4j.impl.postnet that implement BarcodeGenerator
 class POSTNET
          Implements the United States Postal Service POSTNET barcode.
 class POSTNETBean
          Implements the United States Postal Service POSTNET barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.qr
 

Classes in org.krysalis.barcode4j.impl.qr that implement BarcodeGenerator
 class QRCode
          This class is an implementation of QR Code.
 class QRCodeBean
          This class is an implementation of QR Code (ISO 18004:2006(E)).
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.impl.upcean
 

Classes in org.krysalis.barcode4j.impl.upcean that implement BarcodeGenerator
 class EAN13
          This class implements the EAN13 barcode.
 class EAN13Bean
          This class implements the EAN13 barcode.
 class EAN8
          This class implements the EAN-8 barcode.
 class EAN8Bean
          This class implements the EAN-8 barcode.
 class UPCA
          This class is an implementation of the UPC-A barcode.
 class UPCABean
          This class is an implementation of the UPC-A barcode.
 class UPCE
          This class is an implementation of the UPC-E barcode.
 class UPCEAN
          This is an abstract base class for UPC and EAN barcodes.
 class UPCEANBean
          This is an abstract base class for UPC and EAN barcodes.
 class UPCEBean
          This class is an implementation of the UPC-E barcode.
 

Uses of BarcodeGenerator in org.krysalis.barcode4j.output.bitmap
 

Methods in org.krysalis.barcode4j.output.bitmap with parameters of type BarcodeGenerator
static java.awt.image.BufferedImage BitmapBuilder.getImage(BarcodeGenerator bargen, java.lang.String msg, int resolution)
          Generates a barcode as bitmap image.
static void BitmapBuilder.outputBarcodeImage(BarcodeGenerator bargen, java.lang.String msg, java.io.OutputStream out, java.lang.String mime, int resolution)
          Generates a barcode as bitmap image file.
 


barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.