| Package | Description |
|---|---|
| com.google.zxing.qrcode.decoder | |
| com.google.zxing.qrcode.encoder |
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.forBits(int bits)
|
static Mode |
Mode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Mode |
Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Encoder.chooseMode(String
|
Mode |
QRCode.getMode()
|
| Modifier and Type | Method and Description |
|---|---|
void |
QRCode.setMode(Mode
|