com.aspose.barcode.jr
Class QRErrorLevel

java.lang.Object
  extended by com.aspose.barcode.jr.QRErrorLevel

public class QRErrorLevel
extends java.lang.Object

Error correction level for QR type of barcode


Field Summary
static int LEVEL_H
          Recover 30% of the code text
static int LEVEL_L
          Recover 7% of the code text
static int LEVEL_M
          Recover 15% of the code text
static int LEVEL_Q
          Recover 25% of the code text
 
Constructor Summary
QRErrorLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_L

public static final int LEVEL_L
Recover 7% of the code text

See Also:
Constant Field Values

LEVEL_M

public static final int LEVEL_M
Recover 15% of the code text

See Also:
Constant Field Values

LEVEL_Q

public static final int LEVEL_Q
Recover 25% of the code text

See Also:
Constant Field Values

LEVEL_H

public static final int LEVEL_H
Recover 30% of the code text

See Also:
Constant Field Values
Constructor Detail

QRErrorLevel

public QRErrorLevel()