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