Back to Zxing

Uses of Classcom.google.zxing.datamatrix.encoder.SymbolInfo

docs/apidocs/com/google/zxing/datamatrix/encoder/class-use/SymbolInfo.html

latest1.5 KB
Original Source

Uses of Class com.google.zxing.datamatrix.encoder.SymbolInfo

Packages that use SymbolInfo

Package

Description

com.google.zxing.datamatrix.encoder

Uses of SymbolInfo in com.google.zxing.datamatrix.encoder

Methods in com.google.zxing.datamatrix.encoder that return SymbolInfo

Modifier and Type

Method

Description

static 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 SymbolInfo

Modifier and Type

Method

Description

static 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.