| Package | stimulsoft.report.barCodes.classes.qrcode |
| Class | public class FormatInformation |
| Inheritance | FormatInformation Object |
| Method | Defined By | ||
|---|---|---|---|
FormatInformation(formatInfo:int) | FormatInformation | ||
decodeFormatInformation(maskedFormatInfo1:int, maskedFormatInfo2:int):FormatInformation [static] | FormatInformation | ||
equals(o:Object):Boolean | FormatInformation | ||
getDataMask():int | FormatInformation | ||
| FormatInformation | |||
hashCode():int | FormatInformation | ||
numBitsDiffering(a:int, b:int):int [static] | FormatInformation | ||
| FormatInformation | () | Constructor |
public function FormatInformation(formatInfo:int)formatInfo:int |
| decodeFormatInformation | () | method |
public static function decodeFormatInformation(maskedFormatInfo1:int, maskedFormatInfo2:int):FormatInformationParameters
maskedFormatInfo1:int | |
maskedFormatInfo2:int |
FormatInformation |
| equals | () | method |
public function equals(o:Object):BooleanParameters
o:Object |
Boolean |
| getDataMask | () | method |
public function getDataMask():intReturnsint |
| getErrorCorrectionLevel | () | method |
| hashCode | () | method |
public function hashCode():intReturnsint |
| numBitsDiffering | () | method |
public static function numBitsDiffering(a:int, b:int):intParameters
a:int | |
b:int |
int |