<?xml version="1.0" encoding="utf-8"?>
<root>
  <doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version>
  <b4x_version>9.30</b4x_version>
  <dependsOn>jcore</dependsOn>
  <dependsOn>javaobject</dependsOn>
  <dependsOn>zxing-2.1</dependsOn>
  <class>
    <name>b4j.example.qrcodegen</name>
    <shortname>qrCodegen</shortname>
    <method>
      <name>IsInitialized</name>
      <comment>Tests whether the object has been initialized.</comment>
      <returntype>boolean</returntype>
    </method>
    <method>
      <name DesignerName="CreateQRImg">_createqrimg</name>
      <comment>/**
txt the string to be converted to QR image
filePath path of the generated image file
size : size of the image
imgType the type of the image e.g., png
*/
</comment>
      <returntype>String</returntype>
      <parameter>
        <name>txt</name>
        <type>String</type>
      </parameter>
      <parameter>
        <name>filePath</name>
        <type>String</type>
      </parameter>
      <parameter>
        <name>size</name>
        <type>int</type>
      </parameter>
      <parameter>
        <name>imgType</name>
        <type>String</type>
      </parameter>
    </method>
    <method>
      <name DesignerName="Initialize">_initialize</name>
      <comment>Initializes the object. You can add parameters to this method if needed.
</comment>
      <returntype>String</returntype>
      <parameter>
        <name>ba</name>
        <type>anywheresoftware.b4a.BA</type>
      </parameter>
    </method>
  </class>
  <version>1</version>
</root>