| Package | Description |
|---|---|
| org.krysalis.barcode4j.impl |
This package contains the implementations (logic and layout) of the various barcode symbologies.
|
| org.krysalis.barcode4j.impl.datamatrix |
This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation.
|
| org.krysalis.barcode4j.impl.pdf417 |
This package contains the PDF417 (ISO/IEC 15438:2001(E)) implementation.
|
| org.krysalis.barcode4j.impl.qr |
This package contains the QR Code (ISO/IEC 18004:2006(E)) implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTwoDimCanvasLogicHandler
Default 2D Logic Handler implementation for painting on a Canvas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataMatrixLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize)
Generates the barcode logic.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PDF417LogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
PDF417Bean pdf417Bean)
Generates the barcode logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QRLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
String encoding,
char errorCorrectionLevel,
Dimension minSize,
Dimension maxSize)
Generates the barcode logic.
|
Copyright © 2003–2023. All rights reserved.