barcode4j 2.1.0

Uses of Class
org.krysalis.barcode4j.impl.AbstractBarcodeBean

Packages that use AbstractBarcodeBean
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. 
 

Uses of AbstractBarcodeBean in org.krysalis.barcode4j.impl
 

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl
 class HeightVariableBarcodeBean
          Base class for barcodes that encode information by varying the height of the bars.
 

Fields in org.krysalis.barcode4j.impl declared as AbstractBarcodeBean
protected  AbstractBarcodeBean DefaultCanvasLogicHandler.bcBean
          the barcode bean
protected  AbstractBarcodeBean ConfigurableBarcodeGenerator.bean
          Proxy target.
 

Methods in org.krysalis.barcode4j.impl that return AbstractBarcodeBean
 AbstractBarcodeBean ConfigurableBarcodeGenerator.getBean()
          Provides access to the underlying barcode bean.
 

Methods in org.krysalis.barcode4j.impl with parameters of type AbstractBarcodeBean
static void DrawingUtil.drawCenteredChar(Canvas canvas, AbstractBarcodeBean bean, char ch, double x1, double x2, double y1)
          Draws a centered character on a canvas.
static void DrawingUtil.drawCenteredText(Canvas canvas, AbstractBarcodeBean bean, java.lang.String text, double x1, double x2, double y1)
          Deprecated. Use DrawingUtil.drawText(Canvas, AbstractBarcodeBean, String, double, double, double, TextAlignment) instead.
static void DrawingUtil.drawJustifiedText(Canvas canvas, AbstractBarcodeBean bean, java.lang.String text, double x1, double x2, double y1)
          Deprecated. Use DrawingUtil.drawText(Canvas, AbstractBarcodeBean, String, double, double, double, TextAlignment) instead.
static void DrawingUtil.drawText(Canvas canvas, AbstractBarcodeBean bean, java.lang.String text, double x1, double x2, double y1, TextAlignment textAlign)
          Draws text on a canvas.
 

Constructors in org.krysalis.barcode4j.impl with parameters of type AbstractBarcodeBean
DefaultCanvasLogicHandler(AbstractBarcodeBean bcBean, Canvas canvas)
          Main constructor.
DefaultTwoDimCanvasLogicHandler(AbstractBarcodeBean bcBean, Canvas canvas)
          Main constructor.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.codabar
 class CodabarBean
          This class is an implementation of the Codabar barcode.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.code128
 class Code128Bean
          This class is an implementation of the Code 128 barcode.
 class EAN128Bean
          This class is an implementation of the Code 128 barcode.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.code39
 class Code39Bean
          This class is an implementation of the Code39 barcode.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.datamatrix
 class DataMatrixBean
          This class is an implementation of DataMatrix (ISO 16022:2000(E)).
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.fourstate
 class AbstractFourStateBean
          Abstract base class for four state barcode beans.
 class RoyalMailCBCBean
          Implements the Royal Mail Customer Barcode.
 class USPSIntelligentMailBean
          Implements the USPS Intelligent Mail Barcode (Four State Customer Barcode).
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.int2of5
 class Interleaved2Of5Bean
          This class is an implementation of the Interleaved 2 of 5 barcode.
 class ITF14Bean
          This class is an implementation of ITF-14 (as defined by the GS1 standards organization).
 

Methods in org.krysalis.barcode4j.impl.int2of5 that return AbstractBarcodeBean
protected  AbstractBarcodeBean ITF14.createBean()
          Creates the Bean instance.
protected  AbstractBarcodeBean Interleaved2Of5.createBean()
          Creates the Bean instance.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.pdf417
 class PDF417Bean
          This class is an implementation of the PDF417 barcode.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.postnet
 class POSTNETBean
          Implements the United States Postal Service POSTNET barcode.
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.qr
 class QRCodeBean
          This class is an implementation of QR Code (ISO 18004:2006(E)).
 

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

Subclasses of AbstractBarcodeBean in org.krysalis.barcode4j.impl.upcean
 class EAN13Bean
          This class implements the EAN13 barcode.
 class EAN8Bean
          This class implements the EAN-8 barcode.
 class UPCABean
          This class is an implementation of the UPC-A barcode.
 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.
 

Constructors in org.krysalis.barcode4j.impl.upcean with parameters of type AbstractBarcodeBean
UPCEANCanvasLogicHandler(AbstractBarcodeBean bcBean, Canvas canvas)
          Main constructor.
 


barcode4j 2.1.0

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