Property | Type | Description | |
---|---|---|---|
matrixHeight | int | ||
matrixWidth | int |
Method | Description | |
---|---|---|
SymbolInfo ( bool rectangular, int dataCapacity, int errorCodewords, int matrixWidth, int matrixHeight, int dataRegions ) : System | ||
ToString ( ) : String | ||
getCodewordCount ( ) : int | ||
getDataLengthForInterleavedBlock ( int index ) : int | ||
getErrorLengthForInterleavedBlock ( int index ) : int | ||
getInterleavedBlockCount ( ) : int | ||
getSymbolDataHeight ( ) : int | ||
getSymbolDataWidth ( ) : int | ||
getSymbolHeight ( ) : int | ||
getSymbolWidth ( ) : int | ||
lookup ( int dataCodewords ) : |
||
lookup ( int dataCodewords, SymbolShapeHint shape ) : |
||
lookup ( int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, bool fail ) : |
||
lookup ( int dataCodewords, bool allowRectangular, bool fail ) : |
||
overrideSymbolSet ( |
Method | Description | |
---|---|---|
SymbolInfo ( bool rectangular, int dataCapacity, int errorCodewords, int matrixWidth, int matrixHeight, int dataRegions, int rsBlockData, int rsBlockError ) : System | ||
getHorizontalDataRegions ( ) : int | ||
getVerticalDataRegions ( ) : int | ||
lookup ( int dataCodewords, SymbolShapeHint shape, bool fail ) : |
public SymbolInfo ( bool rectangular, int dataCapacity, int errorCodewords, int matrixWidth, int matrixHeight, int dataRegions ) : System | ||
rectangular | bool | |
dataCapacity | int | |
errorCodewords | int | |
matrixWidth | int | |
matrixHeight | int | |
dataRegions | int | |
return | System |
public getDataLengthForInterleavedBlock ( int index ) : int | ||
index | int | |
return | int |
public getErrorLengthForInterleavedBlock ( int index ) : int | ||
index | int | |
return | int |
public static lookup ( int dataCodewords ) : |
||
dataCodewords | int | |
return |
public static lookup ( int dataCodewords, SymbolShapeHint shape ) : |
||
dataCodewords | int | |
shape | SymbolShapeHint | |
return |
public static lookup ( int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, bool fail ) : |
||
dataCodewords | int | |
shape | SymbolShapeHint | |
minSize | Dimension | |
maxSize | Dimension | |
fail | bool | |
return |
public static lookup ( int dataCodewords, bool allowRectangular, bool fail ) : |
||
dataCodewords | int | |
allowRectangular | bool | |
fail | bool | |
return |
public static overrideSymbolSet ( |
||
@override | ||
return | void |