Package | Description |
---|---|
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
Modifier and Type | Field and Description |
---|---|
static Mode |
Mode.ALPHANUMERIC |
static Mode |
Mode.BYTE |
static Mode |
Mode.ECI |
static Mode |
Mode.FNC1_FIRST_POSITION |
static Mode |
Mode.FNC1_SECOND_POSITION |
static Mode |
Mode.KANJI |
static Mode |
Mode.NUMERIC |
static Mode |
Mode.STRUCTURED_APPEND |
static Mode |
Mode.TERMINATOR |
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.forBits(int bits) |
Modifier and Type | Method and Description |
---|---|
static Mode |
Encoder.chooseMode(String content) |
static Mode |
Encoder.chooseMode(String content,
String encoding)
Choose the best mode by examining the content.
|
Mode |
QRCode.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
QRCode.setMode(Mode value) |
Copyright © 2016. All Rights Reserved.