| Package | Description |
|---|---|
| org.krysalis.barcode4j.impl.datamatrix |
This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static SymbolShapeHint |
SymbolShapeHint.FORCE_NONE
The human-readable part is suppressed.
|
static SymbolShapeHint |
SymbolShapeHint.FORCE_RECTANGLE
The human-readable part is placed at the bottom of the barcode.
|
static SymbolShapeHint |
SymbolShapeHint.FORCE_SQUARE
The human-readable part is placed at the top of the barcode.
|
| Modifier and Type | Method and Description |
|---|---|
static SymbolShapeHint |
SymbolShapeHint.byName(String name)
Returns a SymbolShapeHint instance by name.
|
SymbolShapeHint |
DataMatrixBean.getShape()
Gets the requested shape for the generated barcodes.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DataMatrixHighLevelEncoder.encodeHighLevel(String msg,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize)
Performs message encoding of a DataMatrix message using the algorithm described in annex P
of ISO/IEC 16022:2000(E).
|
void |
DataMatrixLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize)
Generates the barcode logic.
|
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape) |
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
boolean fail) |
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize,
boolean fail) |
void |
DataMatrixBean.setShape(SymbolShapeHint shape)
Sets the requested shape for the generated barcodes.
|
Copyright © 2003–2023. All rights reserved.