| Interface | Description |
|---|---|
| BarcodeClassResolver |
This interface is used to resolve arbitrary string to classnames of Barcode
implementations.
|
| BarcodeConstants |
Some constants for Barcode4J.
|
| BarcodeGenerator |
This interface is used to generate whole barcodes.
|
| BarcodeLogicHandler |
This is the basic interface for logic handlers.
|
| ClassicBarcodeLogicHandler |
This interface defines methods to build classic 1D barcodes.
|
| TwoDimBarcodeLogicHandler |
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix.
|
| Class | Description |
|---|---|
| BarcodeDimension |
This class provides information on the dimensions of a barcode.
|
| BarcodeUtil |
This is a convenience class to generate barcodes.
|
| BarGroup |
Enumeration type for bar groups.
|
| BaselineAlignment |
Enumeration for the alignment of bars when the heights are not uniform.
|
| ChecksumMode |
Enumeration type for checksum policy.
|
| DefaultBarcodeClassResolver |
This is a simple implementation of a BarcodeClassResolver.
|
| HumanReadablePlacement |
Enumeration for placement of the human readable part of a barcode.
|
| TextAlignment |
Enumeration for horizontal alignment of the human readable part of a barcode.
|
| Exception | Description |
|---|---|
| BarcodeException |
Base exception class for Barcodes.
|
Main package of Barcode4J.
To quickly generate a barcode it's a good idea to look at the BarcodeUtil class.
Copyright © 2003–2023. All rights reserved.