Packagestimulsoft.report.barCodes.classes.qrcode
Classpublic class FormatInformation
InheritanceFormatInformation Inheritance Object



Public Methods
 MethodDefined By
  
FormatInformation(formatInfo:int)
FormatInformation
  
decodeFormatInformation(maskedFormatInfo1:int, maskedFormatInfo2:int):FormatInformation
[static]
FormatInformation
  
equals(o:Object):Boolean
FormatInformation
  
FormatInformation
  
FormatInformation
  
hashCode():int
FormatInformation
  
numBitsDiffering(a:int, b:int):int
[static]
FormatInformation
Constructor Detail
FormatInformation()Constructor
public function FormatInformation(formatInfo:int)



Parameters
formatInfo:int
Method Detail
decodeFormatInformation()method
public static function decodeFormatInformation(maskedFormatInfo1:int, maskedFormatInfo2:int):FormatInformation

Parameters

maskedFormatInfo1:int
 
maskedFormatInfo2:int

Returns
FormatInformation
equals()method 
public function equals(o:Object):Boolean

Parameters

o:Object

Returns
Boolean
getDataMask()method 
public function getDataMask():int

Returns
int
getErrorCorrectionLevel()method 
public function getErrorCorrectionLevel():ErrorCorrectionLevel

Returns
ErrorCorrectionLevel
hashCode()method 
public function hashCode():int

Returns
int
numBitsDiffering()method 
public static function numBitsDiffering(a:int, b:int):int

Parameters

a:int
 
b:int

Returns
int