| 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.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.postnet |
This package contains the POSTNET implementation.
|
| org.krysalis.barcode4j.impl.upcean |
This package contains the UPC and EAN implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassicBarcodeLogicHandler
This interface defines methods to build classic 1D barcodes.
|
interface |
TwoDimBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVariableHeightLogicHandler
Logic Handler to be used by subclasses of HeightVariableBarcodeBean
for painting on a Canvas.
|
class |
DefaultCanvasLogicHandler
Default Logic Handler implementation for painting on a Canvas.
|
class |
DefaultTwoDimCanvasLogicHandler
Default 2D Logic Handler implementation for painting on a Canvas.
|
class |
LoggingLogicHandlerProxy
Proxy class for logging.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FourStateLogicHandler
Logic Handler to be used by "four-state" barcodes
for painting on a Canvas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ITF14CanvasLogicHandler
Specialized logic handler for ITF-14 (to paint the bearer bar).
|
| Modifier and Type | Class and Description |
|---|---|
class |
POSTNETLogicHandler
Logic Handler for POSTNET.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UPCEANCanvasLogicHandler
Logic Handler implementation for painting on a Canvas.
|
Copyright © 2003–2023. All rights reserved.