Uses of Class
com.idautomation.qrcode.QRCode

Packages that use QRCode
com.idautomation.qrcode   
com.idautomation.qrcode.encoder   
 

Uses of QRCode in com.idautomation.qrcode
 

Fields in com.idautomation.qrcode declared as QRCode
 QRCode QRCodeApplet.BC
           
 

Uses of QRCode in com.idautomation.qrcode.encoder
 

Methods in com.idautomation.qrcode.encoder with parameters of type QRCode
 void barCodeEncoder.encodeImage(QRCode c, java.lang.String psFormat, java.lang.String psFile)
          Has the same functionality as the constructor, can be used to encode images without the need to reinstantiate the barCodeEncoder object.
 

Constructors in com.idautomation.qrcode.encoder with parameters of type QRCode
barCodeEncoder(QRCode c, java.lang.String psFormat, java.lang.String psFile)
          Constructor used to save an image of the current state of the QRCode object.