Class barCodeEncoder

java.lang.Object
com.idautomation.qrcode.encoder.barCodeEncoder

public class barCodeEncoder extends Object
This is the class that actually saves the image of the QRCode class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    barCodeEncoder(com.idautomation.qrcode.QRCode c, String psFormat, String psFile)
    Constructor used to save an image of the current state of the QRCode object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encodeImage(com.idautomation.qrcode.QRCode c, String psFormat, 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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • result

      public boolean result
  • Constructor Details

  • Method Details

    • encodeImage

      public void encodeImage(com.idautomation.qrcode.QRCode c, String psFormat, String psFile)
      Has the same functionality as the constructor, can be used to encode images without the need to reinstantiate the barCodeEncoder object.
      Parameters:
      c - QRCode object.
      psFormat - format to save the image as a "GIF" or "JPEG"
      psFile - Name of the saved image file, "Test.gif"
      See Also: