Package | Description |
---|---|
com.google.zxing.datamatrix.encoder |
Modifier and Type | Method and Description |
---|---|
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
boolean allowRectangular,
boolean fail) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize,
boolean fail) |
Modifier and Type | Method and Description |
---|---|
static String |
ErrorCorrection.encodeECC200(String codewords,
SymbolInfo symbolInfo)
Creates the ECC200 error correction for an encoded message.
|
static void |
SymbolInfo.overrideSymbolSet(SymbolInfo[] override)
Overrides the symbol info set used by this class.
|
Copyright © 2007–2024. All rights reserved.