Package | Description |
---|---|
com.google.zxing.datamatrix | |
com.google.zxing.datamatrix.encoder |
Modifier and Type | Method and Description |
---|---|
private static BitMatrix |
DataMatrixWriter.encodeLowLevel(DefaultPlacement placement,
SymbolInfo symbolInfo,
int width,
int height)
Encode the given symbol info to a bit matrix.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DataMatrixSymbolInfo144 |
Modifier and Type | Field and Description |
---|---|
(package private) static SymbolInfo[] |
SymbolInfo.PROD_SYMBOLS |
private SymbolInfo |
EncoderContext.symbolInfo |
private static SymbolInfo[] |
SymbolInfo.symbols |
Modifier and Type | Method and Description |
---|---|
SymbolInfo |
EncoderContext.getSymbolInfo() |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
boolean allowRectangular,
boolean fail) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape) |
private static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
boolean fail) |
static SymbolInfo |
SymbolInfo.lookup(int dataCodewords,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize,
boolean fail) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ErrorCorrection.encodeECC200(java.lang.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.
|