public final class QREncodeMode
extends java.lang.Enum
QR barcode's encoding mode
Modifier and Type | Field and Description |
---|---|
static int |
AlphaNumber
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
|
static int |
Auto
auto detect the mode
|
static int |
Binary
8-bit binary mode
|
static int |
Numeric
numeric mode
|
public static final int AlphaNumber
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
public static final int Auto
auto detect the mode
public static final int Binary
8-bit binary mode
public static final int Numeric
numeric mode