C# Class ZXing.Datamatrix.Encoder.SymbolInfo

Symbol info table for DataMatrix.
Afficher le fichier Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Méthodes publiques

Свойство Type Description
matrixHeight int
matrixWidth int

Méthodes publiques

Méthode 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 ) : SymbolInfo
lookup ( int dataCodewords, SymbolShapeHint shape ) : SymbolInfo
lookup ( int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, bool fail ) : SymbolInfo
lookup ( int dataCodewords, bool allowRectangular, bool fail ) : SymbolInfo
overrideSymbolSet ( SymbolInfo @override ) : void

Private Methods

Méthode 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 ) : SymbolInfo

Method Details

SymbolInfo() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

getCodewordCount() public méthode

public getCodewordCount ( ) : int
Résultat int

getDataLengthForInterleavedBlock() public méthode

public getDataLengthForInterleavedBlock ( int index ) : int
index int
Résultat int

getErrorLengthForInterleavedBlock() public méthode

public getErrorLengthForInterleavedBlock ( int index ) : int
index int
Résultat int

getInterleavedBlockCount() public méthode

public getInterleavedBlockCount ( ) : int
Résultat int

getSymbolDataHeight() public méthode

public getSymbolDataHeight ( ) : int
Résultat int

getSymbolDataWidth() public méthode

public getSymbolDataWidth ( ) : int
Résultat int

getSymbolHeight() public méthode

public getSymbolHeight ( ) : int
Résultat int

getSymbolWidth() public méthode

public getSymbolWidth ( ) : int
Résultat int

lookup() public static méthode

public static lookup ( int dataCodewords ) : SymbolInfo
dataCodewords int
Résultat SymbolInfo

lookup() public static méthode

public static lookup ( int dataCodewords, SymbolShapeHint shape ) : SymbolInfo
dataCodewords int
shape SymbolShapeHint
Résultat SymbolInfo

lookup() public static méthode

public static lookup ( int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, bool fail ) : SymbolInfo
dataCodewords int
shape SymbolShapeHint
minSize Dimension
maxSize Dimension
fail bool
Résultat SymbolInfo

lookup() public static méthode

public static lookup ( int dataCodewords, bool allowRectangular, bool fail ) : SymbolInfo
dataCodewords int
allowRectangular bool
fail bool
Résultat SymbolInfo

overrideSymbolSet() public static méthode

public static overrideSymbolSet ( SymbolInfo @override ) : void
@override SymbolInfo
Résultat void

Property Details

matrixHeight public_oe property

public int matrixHeight
Résultat int

matrixWidth public_oe property

public int matrixWidth
Résultat int