Uses of Class
org.krysalis.barcode4j.impl.datamatrix.DataMatrixSymbolInfo
Packages that use DataMatrixSymbolInfo
-
Uses of DataMatrixSymbolInfo in org.krysalis.barcode4j.impl.datamatrix
Fields in org.krysalis.barcode4j.impl.datamatrix declared as DataMatrixSymbolInfoModifier and TypeFieldDescriptionstatic final DataMatrixSymbolInfo[]DataMatrixSymbolInfo.PROD_SYMBOLSMethods in org.krysalis.barcode4j.impl.datamatrix that return DataMatrixSymbolInfoModifier and TypeMethodDescriptionstatic DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, boolean allowRectangular, boolean fail) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, boolean fail) static DataMatrixSymbolInfoDataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail) Methods in org.krysalis.barcode4j.impl.datamatrix with parameters of type DataMatrixSymbolInfoModifier and TypeMethodDescriptionstatic StringDataMatrixErrorCorrection.encodeECC200(String codewords, DataMatrixSymbolInfo symbolInfo) Creates the ECC200 error correction for an encoded message.static voidDataMatrixSymbolInfo.overrideSymbolSet(DataMatrixSymbolInfo[] override) Overrides the symbol info set used by this class.