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 BitMatrixDataMatrixWriter. 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) classDataMatrixSymbolInfo144Fields in com.google.zxing.datamatrix.encoder declared as SymbolInfo Modifier and Type Field Description (package private) static SymbolInfo[]SymbolInfo. PROD_SYMBOLSprivate SymbolInfoEncoderContext. symbolInfoprivate static SymbolInfo[]SymbolInfo. symbolsMethods in com.google.zxing.datamatrix.encoder that return SymbolInfo Modifier and Type Method Description SymbolInfoEncoderContext. getSymbolInfo()static SymbolInfoSymbolInfo. lookup(int dataCodewords)static SymbolInfoSymbolInfo. lookup(int dataCodewords, boolean allowRectangular, boolean fail)static SymbolInfoSymbolInfo. lookup(int dataCodewords, SymbolShapeHint shape)private static SymbolInfoSymbolInfo. lookup(int dataCodewords, SymbolShapeHint shape, boolean fail)static SymbolInfoSymbolInfo. 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.StringErrorCorrection. encodeECC200(java.lang.String codewords, SymbolInfo symbolInfo)Creates the ECC200 error correction for an encoded message.static voidSymbolInfo. overrideSymbolSet(SymbolInfo[] override)Overrides the symbol info set used by this class.
-