| Interface | Description |
|---|---|
| BarcodeStrategy |
Interface which defines the barcode strategy for any
given type of barcode.
|
| Class | Description |
|---|---|
| AbstractBarcodeStrategy |
This abstract class, which implements the
BarcodeStrategy interface,
provides a basic implementation that is subclassed by all the concrete
classes that provide Code39, Interleaved Code25, Codabar, MSI and all
derivative encoding strategies. |
| AbstractBarcodeStrategy.CharacterCode |
Inner class representing a character and its barcode encoding.
|
| BarcodeElement |
Class representing a single barcode module (bar or space).
|
| BarcodeStrategyEditor |
A property editor for the
BarcodeStrategy type. |
| BaseCode39 |
Base class for Code39 variants.
|
| Codabar |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Codabar barcode type. |
| Codabar_2to1 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Codabar barcode type. |
| Code128 |
Code 128 barcode strategy implementation.
|
| Code39 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Code 3 of 9 barcode type. |
| Code39_2to1 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the
2:1 (narrow) variant of the Code 3 of 9 barcode type. |
| EncodedBarcode |
This class represents the bars, spaces and caption (text) that make up a
fully encoded barcode.
|
| ExtendedCode39 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Extended Code 3 of 9 barcode type. |
| ExtendedCode39_2to1 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Extended Code 3 of 9 barcode type. |
| Interleaved25 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 3:1 (wide)
variant of the Interleaved Code 2 of 5 barcode type. |
| Interleaved25_2to1 |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the 2:1 (narrow)
variant of the Interleaved Code 2 of 5 barcode type. |
| JBarcodeBean |
JFC Swing-compatible JavaBeans
TM
component that renders barcodes in a variety of different formats.
|
| JBarcodeBeanBeanInfo |
This class is an implementation of the java.beans.BeanInfo
interface, that provides GUI Builders with information about
JBarcodeBean. |
| MSI |
This class, which implements the
BarcodeStrategy interface,
knows how to encode the MSI barcode type. |
| Exception | Description |
|---|---|
| BarcodeException |
Exception class for barcode encoding errors.
|
Copyright ? 2022. All Rights Reserved.