Uses of Class
com.idautomation.datamatrix.DataMatrix

Packages that use DataMatrix
com.idautomation.datamatrix   
com.idautomation.datamatrix.encoder   
 

Uses of DataMatrix in com.idautomation.datamatrix
 

Fields in com.idautomation.datamatrix declared as DataMatrix
 DataMatrix DataMatrixApplet.BC
           
 

Uses of DataMatrix in com.idautomation.datamatrix.encoder
 

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