| 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 DataMatrixSymbolInfo[] |
DataMatrixSymbolInfo.PROD_SYMBOLS |
| Modifier and Type | Method and Description |
|---|---|
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords) |
static DataMatrixSymbolInfo |
DataMatrixSymbolInfo.lookup(int dataCodewords,
boolean allowRectangular,
boolean fail) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DataMatrixErrorCorrection.encodeECC200(String codewords,
DataMatrixSymbolInfo symbolInfo)
Creates the ECC200 error correction for an encoded message.
|
static void |
DataMatrixSymbolInfo.overrideSymbolSet(DataMatrixSymbolInfo[] override)
Overrides the symbol info set used by this class.
|
Copyright © 2003–2023. All rights reserved.