com.pdfjet
Class ErrorCorrectLevel
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ErrorCorrectLevel
public ErrorCorrectLevel()