Uses of Class
com.google.zxing.datamatrix.encoder.SymbolInfo
Packages that use SymbolInfo
-
Uses of SymbolInfo in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix with parameters of type SymbolInfoModifier and TypeMethodDescriptionprivate 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.encoderFields in com.google.zxing.datamatrix.encoder declared as SymbolInfoModifier and TypeFieldDescription(package private) static final SymbolInfo[]
SymbolInfo.PROD_SYMBOLS
private SymbolInfo
EncoderContext.symbolInfo
private static SymbolInfo[]
SymbolInfo.symbols
Methods in com.google.zxing.datamatrix.encoder that return SymbolInfoModifier and TypeMethodDescriptionEncoderContext.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 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.