| Package | Description |
|---|---|
| net.glxn.qrgen.core |
| Modifier and Type | Method and Description |
|---|---|
AbstractQRCode |
AbstractQRCode.to(ImageType imageType)
Overrides the imageType from its default
ImageType.PNG |
AbstractQRCode |
AbstractQRCode.withCharset(String charset)
Overrides the default charset by supplying a
EncodeHintType.CHARACTER_SET hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int) |
AbstractQRCode |
AbstractQRCode.withErrorCorrection(com.google.zxing.qrcode.decoder.ErrorCorrectionLevel level)
Overrides the default error correction by supplying a
EncodeHintType.ERROR_CORRECTION hint to
QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int) |
AbstractQRCode |
AbstractQRCode.withHint(com.google.zxing.EncodeHintType hintType,
Object value)
Sets hint to
QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int) |
AbstractQRCode |
AbstractQRCode.withSize(int width,
int height)
Overrides the size of the qr from its default 125x125
|
Copyright © 2014. All Rights Reserved.