| Package | Description |
|---|---|
| com.itextpdf.text.pdf.qrcode |
| Modifier and Type | Field and Description |
|---|---|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.H
H = ~30% correction
|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.L
L = ~7% correction
|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.M
M = ~15% correction
|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.Q
Q = ~25% correction
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.forBits(int bits) |
ErrorCorrectionLevel |
QRCode.getECLevel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MatrixUtil.buildMatrix(BitVector dataBits, ErrorCorrectionLevel ecLevel, int version, int maskPattern, ByteMatrix matrix) |
static void |
MatrixUtil.embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix) |
static void |
Encoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,Object> hints, QRCode qrCode) |
static void |
Encoder.encode(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel".
|
Version.ECBlocks |
Version.getECBlocksForLevel(ErrorCorrectionLevel ecLevel) |
static void |
MatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitVector bits) |
void |
QRCode.setECLevel(ErrorCorrectionLevel value) |
Copyright © 1998–2021. All rights reserved.