Uses of Class
com.google.zxing.qrcode.encoder.QRCode
Packages that use QRCode
-
Uses of QRCode in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode with parameters of type QRCodeModifier and TypeMethodDescriptionprivate static BitMatrix
QRCodeWriter.renderResult
(QRCode code, int width, int height, int quietZone) -
Uses of QRCode in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that return QRCodeModifier and TypeMethodDescriptionstatic QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel) static QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints)