| Package | Description | 
|---|---|
| com.google.zxing.qrcode.decoder | |
| com.google.zxing.qrcode.encoder | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Version.ECBlocks | Version. getECBlocksForLevel(ErrorCorrectionLevel ecLevel) | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorCorrectionLevel | QRCode. getECLevel() | 
| Modifier and Type | Method and Description | 
|---|---|
| static QRCode | Encoder. encode(String content,
      ErrorCorrectionLevel ecLevel) | 
| static QRCode | Encoder. encode(String content,
      ErrorCorrectionLevel ecLevel,
      Map<EncodeHintType,?> hints) | 
| void | QRCode. setECLevel(ErrorCorrectionLevel value) | 
Copyright © 2007–2019. All rights reserved.