Uses of Class
com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Package | Description |
---|---|
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 Modifier and Type Method Description static ErrorCorrectionLevel
ErrorCorrectionLevel. forBits(int bits)
(package private) ErrorCorrectionLevel
FormatInformation. getErrorCorrectionLevel()
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 Modifier and Type Method Description 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 Modifier and Type Method Description ErrorCorrectionLevel
QRCode. getECLevel()
Methods in com.google.zxing.qrcode.encoder with parameters of type ErrorCorrectionLevel Modifier and Type Method Description (package private) static void
MatrixUtil. buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, Version version, int maskPattern, ByteMatrix matrix)
(package private) static void
MatrixUtil. embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix)
static QRCode
Encoder. encode(String content, ErrorCorrectionLevel ecLevel)
static QRCode
Encoder. encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,?> hints)
(package private) static void
MatrixUtil. makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits)
void
QRCode. setECLevel(ErrorCorrectionLevel value)