Uses of Class
com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
- 
Packages that use ErrorCorrectionLevel Package Description com.google.zxing.qrcode.decoder com.google.zxing.qrcode.encoder 
- 
- 
Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.decoderMethods in com.google.zxing.qrcode.decoder that return ErrorCorrectionLevel Modifier and Type Method Description static ErrorCorrectionLevelErrorCorrectionLevel. forBits(int bits)(package private) ErrorCorrectionLevelFormatInformation. getErrorCorrectionLevel()static ErrorCorrectionLevelErrorCorrectionLevel. 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 Modifier and Type Method Description Version.ECBlocksVersion. getECBlocksForLevel(ErrorCorrectionLevel ecLevel)
- 
Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.encoderMethods in com.google.zxing.qrcode.encoder that return ErrorCorrectionLevel Modifier and Type Method Description ErrorCorrectionLevelQRCode. getECLevel()Methods in com.google.zxing.qrcode.encoder with parameters of type ErrorCorrectionLevel Modifier and Type Method Description (package private) static voidMatrixUtil. buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, Version version, int maskPattern, ByteMatrix matrix)(package private) static voidMatrixUtil. embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix)static QRCodeEncoder. encode(String content, ErrorCorrectionLevel ecLevel)static QRCodeEncoder. encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,?> hints)(package private) static voidMatrixUtil. makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits)voidQRCode. setECLevel(ErrorCorrectionLevel value)
 
-