| Modifier and Type | Method and Description |
|---|---|
static QRCodeColored |
QRCodeColored.from(String text) |
static QRCodeColored |
RU.getQRCodeColored(String text,
int width,
int onColor,
int offColor) |
QRCodeColored |
QRCodeColored.to(String imageType)
Overrides the imageType from its default
PNG |
QRCodeColored |
QRCodeColored.withColor(int onColor,
int offColor) |
QRCodeColored |
QRCodeColored.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) |
QRCodeColored |
QRCodeColored.withHint(com.google.zxing.EncodeHintType hintType,
Object value)
Sets hint to
QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int) |
QRCodeColored |
QRCodeColored.withSize(int width,
int height)
Overrides the size of the qr from its default 125x125
|
Copyright © 2014–2015 Karumien s.r.o.. All rights reserved.