| Package | stimulsoft.report.barCodes.classes.qrcode |
| Class | public class ErrorCorrectionLevel |
| Inheritance | ErrorCorrectionLevel Object |
| 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):ErrorCorrectionLevelParameters
bits:int |
ErrorCorrectionLevel |
| getBits | () | method |
public function getBits():intReturnsint |
| getName | () | method |
public function getName():StringReturnsString |
| ordinal | () | method |
public function ordinal():intReturnsint |
| toString | () | method |
public function toString():StringReturnsString |
| 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