| Package | Description |
|---|---|
| net.glxn.qrgen |
| Modifier and Type | Method and Description |
|---|---|
static QRCode |
QRCode.from(java.lang.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.withSize(int width,
int height)
Overrides the size of the qr from its default 125x125
|
Copyright © 2013. All Rights Reserved.