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 ErrorCorrectionLevel
QRCode. ecLevel
private ErrorCorrectionLevel
FormatInformation. errorCorrectionLevel
private static ErrorCorrectionLevel[]
ErrorCorrectionLevel. FOR_BITS
static ErrorCorrectionLevel
ErrorCorrectionLevel. H
H = ~30% correctionstatic ErrorCorrectionLevel
ErrorCorrectionLevel. L
L = ~7% correctionstatic ErrorCorrectionLevel
ErrorCorrectionLevel. M
M = ~15% correctionstatic ErrorCorrectionLevel
ErrorCorrectionLevel. Q
Q = ~25% correctionMethods in com.itextpdf.text.pdf.qrcode that return ErrorCorrectionLevel Modifier and Type Method Description static ErrorCorrectionLevel
ErrorCorrectionLevel. forBits(int bits)
ErrorCorrectionLevel
QRCode. getECLevel()
(package private) ErrorCorrectionLevel
FormatInformation. getErrorCorrectionLevel()
Methods in com.itextpdf.text.pdf.qrcode with parameters of type ErrorCorrectionLevel Modifier and Type Method Description static void
MatrixUtil. buildMatrix(BitVector dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix)
private static int
Encoder. chooseMaskPattern(BitVector bits, ErrorCorrectionLevel ecLevel, int version, ByteMatrix matrix)
static void
MatrixUtil. embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix)
static void
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel".static void
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,java.lang.Object> hints, QRCode qrCode)
Version.ECBlocks
Version. getECBlocksForLevel(ErrorCorrectionLevel ecLevel)
private static void
Encoder. initQRCode(int numInputBytes, ErrorCorrectionLevel ecLevel, Mode mode, QRCode qrCode)
Initialize "qrCode" according to "numInputBytes", "ecLevel", and "mode".static void
MatrixUtil. makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitVector bits)
void
QRCode. setECLevel(ErrorCorrectionLevel value)
-