|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.idautomation.qrcode.encoder.barCodeEncoder
This is the class that actually saves the image of the QRCode class.
| Field Summary | |
boolean |
result
|
| Constructor Summary | |
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. |
|
| Method Summary | |
void |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean result
| Constructor Detail |
public barCodeEncoder(QRCode c,
java.lang.String psFormat,
java.lang.String psFile)
c - QRCode object.psFormat - format to save the image as a "GIF" or "JPEG"psFile - Name of the saved image file, "Test.gif"encodeImage(com.idautomation.qrcode.QRCode c,String psFormat,String psFile)| Method Detail |
public void encodeImage(QRCode c,
java.lang.String psFormat,
java.lang.String psFile)
c - QRCode object.psFormat - format to save the image as a "GIF" or "JPEG"psFile - Name of the saved image file, "Test.gif"barCodeEncoder(com.idautomation.qrcode.QRCode c,String psFormat,String psFile)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||