Uses of Class
com.itextpdf.text.pdf.qrcode.ErrorCorrectionLevel
Packages that use ErrorCorrectionLevel
-
Uses of ErrorCorrectionLevel in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode 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 com.itextpdf.text.pdf.qrcode that return ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelErrorCorrectionLevel.forBits(int bits) QRCode.getECLevel()Methods in com.itextpdf.text.pdf.qrcode with parameters of type ErrorCorrectionLevelModifier and TypeMethodDescriptionstatic voidMatrixUtil.buildMatrix(BitVector 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, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".static voidEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, Object> hints, QRCode qrCode) Version.getECBlocksForLevel(ErrorCorrectionLevel ecLevel) static voidMatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitVector bits) voidQRCode.setECLevel(ErrorCorrectionLevel value)