Package | stimulsoft.report.barCodes.classes.qrcode |
Class | public class FormatInformation |
Inheritance | FormatInformation ![]() |
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):FormatInformation
Parameters
maskedFormatInfo1:int | |
maskedFormatInfo2:int |
FormatInformation |
equals | () | method |
public function equals(o:Object):Boolean
Parameters
o:Object |
Boolean |
getDataMask | () | method |
public function getDataMask():int
Returnsint |
getErrorCorrectionLevel | () | method |
hashCode | () | method |
public function hashCode():int
Returnsint |
numBitsDiffering | () | method |
public static function numBitsDiffering(a:int, b:int):int
Parameters
a:int | |
b:int |
int |