Uses of Class
net.glxn.qrgen.QRCode

Packages that use QRCode
net.glxn.qrgen   
 

Uses of QRCode in net.glxn.qrgen
 

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
 



Copyright © 2013. All Rights Reserved.