docs/apidocs/com/google/zxing/datamatrix/encoder/SymbolInfo.html
Package com.google.zxing.datamatrix.encoder
java.lang.Object com.google.zxing.datamatrix.encoder.SymbolInfo
public class SymbolInfoextends Object
Fields
Modifier and Type
Field
Description
final int
matrixHeight
final int
matrixWidth
Constructors
Constructor
Description
SymbolInfo(boolean rectangular, int dataCapacity, int errorCodewords, int matrixWidth, int matrixHeight, int dataRegions)
All MethodsStatic MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
int
getCodewordCount()
final int
getDataCapacity()
int
getDataLengthForInterleavedBlock(int index)
final int
getErrorCodewords()
final int
getErrorLengthForInterleavedBlock(int index)
int
getInterleavedBlockCount()
final int
getSymbolDataHeight()
final int
getSymbolDataWidth()
final int
getSymbolHeight()
final int
getSymbolWidth()
static SymbolInfo
lookup(int dataCodewords)
static SymbolInfo
lookup(int dataCodewords, boolean allowRectangular, boolean fail)
static SymbolInfo
lookup(int dataCodewords, SymbolShapeHint shape)
static SymbolInfo
lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail)
static void
overrideSymbolSet(SymbolInfo[] override)
Overrides the symbol info set used by this class.
final String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final int matrixHeight
public SymbolInfo(boolean rectangular, int dataCapacity, int errorCodewords, int matrixWidth, int matrixHeight, int dataRegions)
public static void overrideSymbolSet(SymbolInfo[] override)
override - the symbol info set to usepublic final String toString()
Overrides:toString in class Object