Uses of Class
zext.plantuml.com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Packages that use ErrorCorrectionLevel
Package
Description
-
Uses of ErrorCorrectionLevel in zext.plantuml.com.google.zxing.common
Methods in zext.plantuml.com.google.zxing.common that return ErrorCorrectionLevelConstructors in zext.plantuml.com.google.zxing.common with parameters of type ErrorCorrectionLevelModifierConstructorDescriptionDecoderResult(byte[] rawBytes, String text, Vector byteSegments, ErrorCorrectionLevel ecLevel) -
Uses of ErrorCorrectionLevel in zext.plantuml.com.google.zxing.qrcode.decoder
Fields in zext.plantuml.com.google.zxing.qrcode.decoder declared as ErrorCorrectionLevelModifier and TypeFieldDescriptionstatic final ErrorCorrectionLevelErrorCorrectionLevel.HH = ~30% correctionstatic final ErrorCorrectionLevelErrorCorrectionLevel.LL = ~7% correctionstatic final ErrorCorrectionLevelErrorCorrectionLevel.MM = ~15% correctionstatic final ErrorCorrectionLevelErrorCorrectionLevel.QQ = ~25% correctionMethods in zext.plantuml.com.google.zxing.qrcode.decoder that return ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelErrorCorrectionLevel.forBits(int bits) Methods in zext.plantuml.com.google.zxing.qrcode.decoder with parameters of type ErrorCorrectionLevel -
Uses of ErrorCorrectionLevel in zext.plantuml.com.google.zxing.qrcode.encoder
Methods in zext.plantuml.com.google.zxing.qrcode.encoder that return ErrorCorrectionLevelMethods in zext.plantuml.com.google.zxing.qrcode.encoder with parameters of type ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic voidMatrixUtil.buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix) static voidMatrixUtil.embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix) static voidEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Hashtable hints, QRCode qrCode) static voidEncoder.encode(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".static voidMatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits) voidQRCode.setECLevel(ErrorCorrectionLevel value)