|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.j2me.barcode.generation.QRErrorLevel
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()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LEVEL_L
public static final int LEVEL_M
public static final int LEVEL_Q
public static final int LEVEL_H
Constructor Detail |
public QRErrorLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |