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 TypeMethodDescriptionstatic BitMatrixQRCodeWriter.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 QRCodeEncoder.encode(String content, ErrorCorrectionLevel ecLevel) static QRCodeEncoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints)