Uses of Class
com.idautomation.aztec.Aztec

Packages that use Aztec
com.idautomation.aztec   
com.idautomation.aztec.encoder   
 

Uses of Aztec in com.idautomation.aztec
 

Fields in com.idautomation.aztec declared as Aztec
 Aztec AztecApplet.BC
           
 

Uses of Aztec in com.idautomation.aztec.encoder
 

Methods in com.idautomation.aztec.encoder with parameters of type Aztec
 void barCodeEncoder.encodeImage(Aztec 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.aztec.encoder with parameters of type Aztec
barCodeEncoder(Aztec c, java.lang.String psFormat, java.lang.String psFile)
          Constructor used to save an image of the current state of the Aztec object.