Uses of Class
com.itextpdf.text.pdf.qrcode.ErrorCorrectionLevel
-
Packages that use ErrorCorrectionLevel Package Description com.itextpdf.text.pdf.qrcode -
-
Uses of ErrorCorrectionLevel in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode declared as ErrorCorrectionLevel Modifier and Type Field Description private ErrorCorrectionLevelQRCode. ecLevelprivate ErrorCorrectionLevelFormatInformation. errorCorrectionLevelprivate static ErrorCorrectionLevel[]ErrorCorrectionLevel. FOR_BITSstatic ErrorCorrectionLevelErrorCorrectionLevel. HH = ~30% correctionstatic ErrorCorrectionLevelErrorCorrectionLevel. LL = ~7% correctionstatic ErrorCorrectionLevelErrorCorrectionLevel. MM = ~15% correctionstatic ErrorCorrectionLevelErrorCorrectionLevel. QQ = ~25% correctionMethods in com.itextpdf.text.pdf.qrcode that return ErrorCorrectionLevel Modifier and Type Method Description static ErrorCorrectionLevelErrorCorrectionLevel. forBits(int bits)ErrorCorrectionLevelQRCode. getECLevel()(package private) ErrorCorrectionLevelFormatInformation. getErrorCorrectionLevel()Methods in com.itextpdf.text.pdf.qrcode with parameters of type ErrorCorrectionLevel Modifier and Type Method Description static voidMatrixUtil. buildMatrix(BitVector dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix)private static intEncoder. chooseMaskPattern(BitVector bits, ErrorCorrectionLevel ecLevel, int version, ByteMatrix matrix)static voidMatrixUtil. embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix)static voidEncoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, QRCode qrCode)Encode "bytes" with the error correction level "ecLevel".static voidEncoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,java.lang.Object> hints, QRCode qrCode)Version.ECBlocksVersion. getECBlocksForLevel(ErrorCorrectionLevel ecLevel)private static voidEncoder. initQRCode(int numInputBytes, ErrorCorrectionLevel ecLevel, Mode mode, QRCode qrCode)Initialize "qrCode" according to "numInputBytes", "ecLevel", and "mode".static voidMatrixUtil. makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitVector bits)voidQRCode. setECLevel(ErrorCorrectionLevel value)
-