Uses of Class
com.google.zxing.datamatrix.encoder.SymbolInfo
-
Packages that use SymbolInfo Package Description com.google.zxing.datamatrix com.google.zxing.datamatrix.encoder -
-
Uses of SymbolInfo in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix with parameters of type SymbolInfo Modifier and Type Method Description private static BitMatrix
DataMatrixWriter. encodeLowLevel(DefaultPlacement placement, SymbolInfo symbolInfo, int width, int height)
Encode the given symbol info to a bit matrix. -
Uses of SymbolInfo in com.google.zxing.datamatrix.encoder
Subclasses of SymbolInfo in com.google.zxing.datamatrix.encoder Modifier and Type Class Description (package private) class
DataMatrixSymbolInfo144
Fields in com.google.zxing.datamatrix.encoder declared as SymbolInfo Modifier and Type Field Description (package private) static SymbolInfo[]
SymbolInfo. PROD_SYMBOLS
private SymbolInfo
EncoderContext. symbolInfo
private static SymbolInfo[]
SymbolInfo. symbols
Methods in com.google.zxing.datamatrix.encoder that return SymbolInfo Modifier and Type Method 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)
Methods in com.google.zxing.datamatrix.encoder with parameters of type SymbolInfo Modifier and Type Method 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.
-