Uses of Class
com.google.zxing.common.DetectorResult

Packages that use DetectorResult
com.google.zxing.aztec   
com.google.zxing.datamatrix.detector   
com.google.zxing.multi.qrcode.detector   
com.google.zxing.pdf417.detector   
com.google.zxing.qrcode.detector   
 

Uses of DetectorResult in com.google.zxing.aztec
 

Subclasses of DetectorResult in com.google.zxing.aztec
 class AztecDetectorResult
           
 

Uses of DetectorResult in com.google.zxing.datamatrix.detector
 

Methods in com.google.zxing.datamatrix.detector that return DetectorResult
 DetectorResult Detector.detect()
          Detects a Data Matrix Code in an image.
 

Uses of DetectorResult in com.google.zxing.multi.qrcode.detector
 

Methods in com.google.zxing.multi.qrcode.detector that return DetectorResult
 DetectorResult[] MultiDetector.detectMulti(Map<DecodeHintType,?> hints)
           
 

Uses of DetectorResult in com.google.zxing.pdf417.detector
 

Methods in com.google.zxing.pdf417.detector that return DetectorResult
 DetectorResult Detector.detect()
          Detects a PDF417 Code in an image, simply.
 DetectorResult Detector.detect(Map<DecodeHintType,?> hints)
          Detects a PDF417 Code in an image.
 

Uses of DetectorResult in com.google.zxing.qrcode.detector
 

Methods in com.google.zxing.qrcode.detector that return DetectorResult
 DetectorResult Detector.detect()
          Detects a QR Code in an image, simply.
 DetectorResult Detector.detect(Map<DecodeHintType,?> hints)
          Detects a QR Code in an image, simply.
protected  DetectorResult Detector.processFinderPatternInfo(FinderPatternInfo info)
           
 



Copyright © 2007-2012. All Rights Reserved.