| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Codabar
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 |
EAN128
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataMatrix
This class is an implementation of the DataMatrix barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoyalMailCBC
Implements the Royal Mail Customer Barcode.
|
class |
USPSIntelligentMail
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 |
ITF14
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
POSTNET
Implements the United States Postal Service POSTNET barcode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QRCode
This class is an implementation of QR Code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAN13
This class implements the EAN13 barcode.
|
class |
EAN8
This class implements the EAN-8 barcode.
|
class |
UPCA
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.
|
Copyright © 2003–2023. All rights reserved.