Uses of Class
com.itextpdf.text.pdf.qrcode.QRCode
-
Packages that use QRCode Package Description com.itextpdf.text.pdf.qrcode -
-
Uses of QRCode in com.itextpdf.text.pdf.qrcode
Methods in com.itextpdf.text.pdf.qrcode with parameters of type QRCode Modifier and Type Method Description 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)
private static void
Encoder. initQRCode(int numInputBytes, ErrorCorrectionLevel ecLevel, Mode mode, QRCode qrCode)
Initialize "qrCode" according to "numInputBytes", "ecLevel", and "mode".private static ByteMatrix
QRCodeWriter. renderResult(QRCode code, int width, int height)
-