Uses of Class
com.google.zxing.datamatrix.encoder.SymbolInfo
Packages that use SymbolInfo
-
Uses of SymbolInfo in com.google.zxing.datamatrix.encoder
Methods in com.google.zxing.datamatrix.encoder that return SymbolInfoModifier and TypeMethodDescriptionstatic 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) Methods in com.google.zxing.datamatrix.encoder with parameters of type SymbolInfoModifier and TypeMethodDescriptionstatic 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.