Méthode | Description | |
---|---|---|
buildMatrix ( |
||
calculateBCHCode ( int value_Renamed, int poly ) : int | ||
clearMatrix ( ByteMatrix matrix ) : void | ||
embedBasicPatterns ( Version version, ByteMatrix matrix ) : void | ||
embedDataBits ( |
||
embedTypeInfo ( |
||
findMSBSet ( int value_Renamed ) : int | ||
makeTypeInfoBits ( |
||
makeVersionInfoBits ( Version version, |
||
maybeEmbedVersionInfo ( Version version, ByteMatrix matrix ) : void |
Méthode | Description | |
---|---|---|
embedDarkDotAtLeftBottomCorner ( ByteMatrix matrix ) : void | ||
embedHorizontalSeparationPattern ( int xStart, int yStart, ByteMatrix matrix ) : void | ||
embedPositionAdjustmentPattern ( int xStart, int yStart, ByteMatrix matrix ) : void | ||
embedPositionDetectionPattern ( int xStart, int yStart, ByteMatrix matrix ) : void | ||
embedPositionDetectionPatternsAndSeparators ( ByteMatrix matrix ) : void | ||
embedTimingPatterns ( ByteMatrix matrix ) : void | ||
embedVerticalSeparationPattern ( int xStart, int yStart, ByteMatrix matrix ) : void | ||
isEmpty ( int value_Renamed ) : bool | ||
maybeEmbedPositionAdjustmentPatterns ( Version version, ByteMatrix matrix ) : void |
public static buildMatrix ( |
||
dataBits | ||
ecLevel | ||
version | Version | |
maskPattern | int | |
matrix | ByteMatrix | |
Résultat | void |
public static calculateBCHCode ( int value_Renamed, int poly ) : int | ||
value_Renamed | int | |
poly | int | |
Résultat | int |
public static clearMatrix ( ByteMatrix matrix ) : void | ||
matrix | ByteMatrix | |
Résultat | void |
public static embedBasicPatterns ( Version version, ByteMatrix matrix ) : void | ||
version | Version | |
matrix | ByteMatrix | |
Résultat | void |
public static embedDataBits ( |
||
dataBits | ||
maskPattern | int | |
matrix | ByteMatrix | |
Résultat | void |
public static embedTypeInfo ( |
||
ecLevel | ||
maskPattern | int | |
matrix | ByteMatrix | |
Résultat | void |
public static findMSBSet ( int value_Renamed ) : int | ||
value_Renamed | int | |
Résultat | int |
public static makeTypeInfoBits ( |
||
ecLevel | ||
maskPattern | int | |
bits | ||
Résultat | void |
public static makeVersionInfoBits ( Version version, |
||
version | Version | |
bits | ||
Résultat | void |
public static maybeEmbedVersionInfo ( Version version, ByteMatrix matrix ) : void | ||
version | Version | |
matrix | ByteMatrix | |
Résultat | void |