| Package | Description |
|---|---|
| fcomponent.jbarcodebean |
| Class and 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).
|
| BarcodeException
Exception class for barcode encoding errors.
|
| BarcodeStrategy
Interface which defines the barcode strategy for any
given type of barcode.
|
| 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. |
| 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. |
| 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. |
| 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. |
Copyright ? 2022. All Rights Reserved.