| Methods in net.glxn.qrgen that return QRCode |
static QRCode |
QRCode.from(String text)
Create a QR code from the given text. |
QRCode |
QRCode.to(ImageType imageType)
Overrides the imageType from its default ImageType.PNG |
QRCode |
QRCode.withCharset(String charset)
Overrides the default cahrset by supplying a EncodeHintType.CHARACTER_SET
hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int) |
QRCode |
QRCode.withSize(int width,
int height)
Overrides the size of the qr from its default 125x125 |