Package | stimulsoft.report.barCodes.classes.qrcode |
Class | public class ErrorCorrectionLevel |
Inheritance | ErrorCorrectionLevel ![]() |
Method | Defined By | ||
---|---|---|---|
ErrorCorrectionLevel(ordinal:int, bits:int, name:String) | ErrorCorrectionLevel | ||
forBits(bits:int):ErrorCorrectionLevel [static] | ErrorCorrectionLevel | ||
getBits():int | ErrorCorrectionLevel | ||
getName():String | ErrorCorrectionLevel | ||
ordinal():int | ErrorCorrectionLevel | ||
toString():String | ErrorCorrectionLevel |
Constant | Defined By | ||
---|---|---|---|
H : ErrorCorrectionLevel [static] | ErrorCorrectionLevel | ||
L : ErrorCorrectionLevel [static] | ErrorCorrectionLevel | ||
M : ErrorCorrectionLevel [static] | ErrorCorrectionLevel | ||
Q : ErrorCorrectionLevel [static] | ErrorCorrectionLevel |
ErrorCorrectionLevel | () | Constructor |
public function ErrorCorrectionLevel(ordinal:int, bits:int, name:String)
ordinal:int | |
bits:int | |
name:String |
forBits | () | method |
public static function forBits(bits:int):ErrorCorrectionLevel
Parameters
bits:int |
ErrorCorrectionLevel |
getBits | () | method |
public function getBits():int
Returnsint |
getName | () | method |
public function getName():String
ReturnsString |
ordinal | () | method |
public function ordinal():int
Returnsint |
toString | () | method |
public function toString():String
ReturnsString |
H | Constant |
public static const H:ErrorCorrectionLevel
L | Constant |
public static const L:ErrorCorrectionLevel
M | Constant |
public static const M:ErrorCorrectionLevel
Q | Constant |
public static const Q:ErrorCorrectionLevel