Uses of Enum
com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Packages that use ErrorCorrectionLevel
-
Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic ErrorCorrectionLevel
ErrorCorrectionLevel.forBits
(int bits) static ErrorCorrectionLevel
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 -
Uses of ErrorCorrectionLevel in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that return ErrorCorrectionLevelMethods in com.google.zxing.qrcode.encoder with parameters of type ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel) static QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints) void
QRCode.setECLevel
(ErrorCorrectionLevel value)