Uses of Class
com.google.zxing.qrcode.encoder.QRCode
-
Packages that use QRCode Package Description com.google.zxing.qrcode com.google.zxing.qrcode.encoder -
-
Uses of QRCode in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode with parameters of type QRCode Modifier and Type Method Description private 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 QRCode Modifier and Type Method Description static QRCode
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel)
static QRCode
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,?> hints)
-