Packagestimulsoft.report.barCodes.classes.qrcode
Classpublic class Mode
InheritanceMode Inheritance Object



Public Methods
 MethodDefined By
  
Mode(characterCountBitsForVersions:Array, bits:int, name:String)
Mode
  
equals(mode:Mode):Boolean
Mode
  
forBits(bits:int):Mode
[static]
Mode
  
getBits():int
Mode
  
Mode
  
getName():String
Mode
  
toString():String
Mode
Public Constants
 ConstantDefined By
  ALPHANUMERIC : Mode
[static]
Mode
  BYTE : Mode
[static]
Mode
  ECI : Mode
[static]
Mode
  FNC1_FIRST_POSITION : Mode
[static]
Mode
  FNC1_SECOND_POSITION : Mode
[static]
Mode
  KANJI : Mode
[static]
Mode
  NUMERIC : Mode
[static]
Mode
  STRUCTURED_APPEND : Mode
[static]
Mode
  TERMINATOR : Mode
[static]
Mode
Constructor Detail
Mode()Constructor
public function Mode(characterCountBitsForVersions:Array, bits:int, name:String)



Parameters
characterCountBitsForVersions:Array
 
bits:int
 
name:String
Method Detail
equals()method
public function equals(mode:Mode):Boolean

Parameters

mode:Mode

Returns
Boolean
forBits()method 
public static function forBits(bits:int):Mode

Parameters

bits:int

Returns
Mode
getBits()method 
public function getBits():int

Returns
int
getCharacterCountBits()method 
public function getCharacterCountBits(version:Version):int

Parameters

version:Version

Returns
int
getName()method 
public function getName():String

Returns
String
toString()method 
public function toString():String

Returns
String
Constant Detail
ALPHANUMERICConstant
public static const ALPHANUMERIC:Mode

BYTEConstant 
public static const BYTE:Mode

ECIConstant 
public static const ECI:Mode

FNC1_FIRST_POSITIONConstant 
public static const FNC1_FIRST_POSITION:Mode

FNC1_SECOND_POSITIONConstant 
public static const FNC1_SECOND_POSITION:Mode

KANJIConstant 
public static const KANJI:Mode

NUMERICConstant 
public static const NUMERIC:Mode

STRUCTURED_APPENDConstant 
public static const STRUCTURED_APPEND:Mode

TERMINATORConstant 
public static const TERMINATOR:Mode