Uses of Class
com.idautomation.maxicode.MaxiCode

Packages that use MaxiCode
com.idautomation.maxicode   
com.idautomation.maxicode.encoder   
 

Uses of MaxiCode in com.idautomation.maxicode
 

Methods in com.idautomation.maxicode that return MaxiCode
 MaxiCode IDAutomationServlet.getBarcode(javax.servlet.http.HttpServletRequest request)
           
 

Uses of MaxiCode in com.idautomation.maxicode.encoder
 

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