com.pdfjet
Class ErrorCorrectLevel

java.lang.Object
  extended by com.pdfjet.ErrorCorrectLevel

public class ErrorCorrectLevel
extends java.lang.Object

Used to specify the error correction level for QR Codes.


Field Summary
static int H
           
static int L
           
static int M
           
static int Q
           
 
Constructor Summary
ErrorCorrectLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

L

public static final int L
See Also:
Constant Field Values

M

public static final int M
See Also:
Constant Field Values

Q

public static final int Q
See Also:
Constant Field Values

H

public static final int H
See Also:
Constant Field Values
Constructor Detail

ErrorCorrectLevel

public ErrorCorrectLevel()