Uses of Class
com.itextpdf.barcodes.qrcode.QRCode
Packages that use QRCode
-
Uses of QRCode in com.itextpdf.barcodes.qrcode
Methods in com.itextpdf.barcodes.qrcode with parameters of type QRCodeModifier and TypeMethodDescriptionstatic void
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".static void
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, Object> hints, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".private static void
Encoder.initQRCode
(int numInputBytes, ErrorCorrectionLevel ecLevel, int desiredMinVersion, Mode mode, QRCode qrCode) Initialize "qrCode" according to "numInputBytes", "ecLevel", and "mode".private static ByteMatrix
QRCodeWriter.renderResult
(QRCode code, int width, int height)