|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCorrectionLevel | |
|---|---|
| com.google.zxing.qrcode.decoder | |
| com.google.zxing.qrcode.encoder | |
| Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.decoder |
|---|
| Methods in com.google.zxing.qrcode.decoder that return ErrorCorrectionLevel | |
|---|---|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.forBits(int bits)
|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorCorrectionLevel[] |
ErrorCorrectionLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.zxing.qrcode.decoder with parameters of type ErrorCorrectionLevel | |
|---|---|
Version.ECBlocks |
Version.getECBlocksForLevel(ErrorCorrectionLevel ecLevel)
|
| Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.encoder |
|---|
| Methods in com.google.zxing.qrcode.encoder that return ErrorCorrectionLevel | |
|---|---|
ErrorCorrectionLevel |
QRCode.getECLevel()
|
| Methods in com.google.zxing.qrcode.encoder with parameters of type ErrorCorrectionLevel | |
|---|---|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints,
QRCode qrCode)
|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel". |
void |
QRCode.setECLevel(ErrorCorrectionLevel value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||