Uses of Class
com.java4less.qrcode.QRCode

Uses of QRCode in com.java4less.qrcode
 

Methods in com.java4less.qrcode that return QRCode
 QRCode QRCodeFacade.getBarcode()
          return barcode object
 

Constructors in com.java4less.qrcode with parameters of type QRCode
ImageEncoder(QRCode c, java.lang.String psFormat, java.io.OutputStream os)
          Saves the current barcode to an output stream (gif , png or jpeg).
ImageEncoder(QRCode c, java.lang.String psFormat, java.lang.String psFile)
          Saves the current barcode to a graphics file (gif , png or jpeg).