|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.j2me.barcode.generation.AztecErrorLevel
Hosts constants for Aztec barcode's error correction level: MIN, LOW, MEDIUM, HIGH, MAX
Field Summary | |
static int |
HIGH
Specifies high level error correction for Aztec type of barcode |
static int |
LOW
Specifies low level error correction for Aztec type of barcode |
static int |
MAX
Specifies maximum error correction for Aztec type of barcode |
static int |
MEDIUM
Specifies medium error correction for Aztec type of barcode |
static int |
MIN
Specifies minimum error correction for Aztec type of barcode |
Constructor Summary | |
AztecErrorLevel()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MIN
public static final int LOW
public static final int MEDIUM
public static final int HIGH
public static final int MAX
Constructor Detail |
public AztecErrorLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |