| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Codabar
This class is an implementation of the Codabar barcode.
|
class |
CodabarBean
This class is an implementation of the Codabar barcode.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Code39
This class is an implementation of the Code39 barcode.
|
class |
Code39Bean
This class is an implementation of the Code39 barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataMatrix
This class is an implementation of the DataMatrix barcode.
|
class |
DataMatrixBean
This class is an implementation of DataMatrix (ISO 16022:2000(E)).
|
| Modifier and Type | Class and Description |
|---|---|
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).
|
| Modifier and Type | Class and Description |
|---|---|
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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDF417
This class is an implementation of the PDF417 barcode.
|
class |
PDF417Bean
This class is an implementation of the PDF417 barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
POSTNET
Implements the United States Postal Service POSTNET barcode.
|
class |
POSTNETBean
Implements the United States Postal Service POSTNET barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QRCode
This class is an implementation of QR Code.
|
class |
QRCodeBean
This class is an implementation of QR Code (ISO 18004:2006(E)).
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
BitmapBuilder.getImage(BarcodeGenerator bargen,
String msg,
int resolution)
Generates a barcode as bitmap image.
|
static void |
BitmapBuilder.outputBarcodeImage(BarcodeGenerator bargen,
String msg,
OutputStream out,
String mime,
int resolution)
Generates a barcode as bitmap image file.
|
Copyright © 2003–2023. All rights reserved.