Uses of Class
com.honeywell.decodemanager.barcode.ImageAttributes

Packages that use ImageAttributes
com.honeywell.decodemanager   
com.honeywell.decodemanager.barcode   
com.honeywell.imagingmanager   
 

Uses of ImageAttributes in com.honeywell.decodemanager
 

Methods in com.honeywell.decodemanager with parameters of type ImageAttributes
 byte[] DecodeManager.getLastImage(ImageAttributes imgAtt)
          This function is used to retrieve the last image the decoder processed and the properties associated with that image.
 

Uses of ImageAttributes in com.honeywell.decodemanager.barcode
 

Methods in com.honeywell.decodemanager.barcode with parameters of type ImageAttributes
 byte[] Decoder.getLastImage(ImageAttributes imgAtt)
           
 

Uses of ImageAttributes in com.honeywell.imagingmanager
 

Methods in com.honeywell.imagingmanager with parameters of type ImageAttributes
 byte[] ImagingManager.getLastImage(ImageAttributes imgProperty)