Uses of Class
com.google.zxing.DecodeHintType

Packages that use DecodeHintType
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.common   
com.google.zxing.datamatrix   
com.google.zxing.maxicode   
com.google.zxing.maxicode.decoder   
com.google.zxing.multi   
com.google.zxing.multi.qrcode   
com.google.zxing.multi.qrcode.detector   
com.google.zxing.oned   
com.google.zxing.oned.rss   
com.google.zxing.oned.rss.expanded   
com.google.zxing.pdf417   
com.google.zxing.pdf417.detector   
com.google.zxing.qrcode   
com.google.zxing.qrcode.decoder   
com.google.zxing.qrcode.detector   
 

Uses of DecodeHintType in com.google.zxing
 

Methods in com.google.zxing that return DecodeHintType
static DecodeHintType DecodeHintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecodeHintType[] DecodeHintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.google.zxing with type arguments of type DecodeHintType
 Result Reader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
          Locates and decodes a barcode in some format within an image.
 Result MultiFormatReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
          Decode an image using the hints provided.
 void MultiFormatReader.setHints(Map<DecodeHintType,?> hints)
          This method adds state to the MultiFormatReader.
 

Uses of DecodeHintType in com.google.zxing.aztec
 

Method parameters in com.google.zxing.aztec with type arguments of type DecodeHintType
 Result AztecReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.common
 

Method parameters in com.google.zxing.common with type arguments of type DecodeHintType
static String StringUtils.guessEncoding(byte[] bytes, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.datamatrix
 

Method parameters in com.google.zxing.datamatrix with type arguments of type DecodeHintType
 Result DataMatrixReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.maxicode
 

Method parameters in com.google.zxing.maxicode with type arguments of type DecodeHintType
 Result MaxiCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.maxicode.decoder
 

Method parameters in com.google.zxing.maxicode.decoder with type arguments of type DecodeHintType
 DecoderResult Decoder.decode(BitMatrix bits, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.multi
 

Method parameters in com.google.zxing.multi with type arguments of type DecodeHintType
 Result ByQuadrantReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] MultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.multi.qrcode
 

Method parameters in com.google.zxing.multi.qrcode with type arguments of type DecodeHintType
 Result[] QRCodeMultiReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

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

Method parameters in com.google.zxing.multi.qrcode.detector with type arguments of type DecodeHintType
 DetectorResult[] MultiDetector.detectMulti(Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.oned
 

Method parameters in com.google.zxing.oned with type arguments of type DecodeHintType
 Result UPCAReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result OneDReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result UPCEANReader.decodeRow(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType,?> hints)
          Like UPCEANReader.decodeRow(int, BitArray, java.util.Map), but allows caller to inform method about where the UPC/EAN start pattern is found.
 Result UPCAReader.decodeRow(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType,?> hints)
           
 Result UPCEANReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result UPCAReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
abstract  Result OneDReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
          Attempts to decode a one-dimensional barcode format given a single row of an image.
 Result MultiFormatUPCEANReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result MultiFormatOneDReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result ITFReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result Code93Reader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result Code39Reader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result Code128Reader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 Result CodaBarReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 

Constructor parameters in com.google.zxing.oned with type arguments of type DecodeHintType
MultiFormatOneDReader(Map<DecodeHintType,?> hints)
           
MultiFormatUPCEANReader(Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.oned.rss
 

Method parameters in com.google.zxing.oned.rss with type arguments of type DecodeHintType
 Result RSS14Reader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.oned.rss.expanded
 

Method parameters in com.google.zxing.oned.rss.expanded with type arguments of type DecodeHintType
 Result RSSExpandedReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.pdf417
 

Method parameters in com.google.zxing.pdf417 with type arguments of type DecodeHintType
 Result PDF417Reader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

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

Method parameters in com.google.zxing.pdf417.detector with type arguments of type DecodeHintType
 DetectorResult Detector.detect(Map<DecodeHintType,?> hints)
          Detects a PDF417 Code in an image.
 

Uses of DecodeHintType in com.google.zxing.qrcode
 

Method parameters in com.google.zxing.qrcode with type arguments of type DecodeHintType
 Result QRCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of DecodeHintType in com.google.zxing.qrcode.decoder
 

Method parameters in com.google.zxing.qrcode.decoder with type arguments of type DecodeHintType
 DecoderResult Decoder.decode(BitMatrix bits, Map<DecodeHintType,?> hints)
          Decodes a QR Code represented as a BitMatrix.
 DecoderResult Decoder.decode(boolean[][] image, Map<DecodeHintType,?> hints)
          Convenience method that can decode a QR Code represented as a 2D array of booleans.
 

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

Method parameters in com.google.zxing.qrcode.detector with type arguments of type DecodeHintType
 DetectorResult Detector.detect(Map<DecodeHintType,?> hints)
          Detects a QR Code in an image, simply.
 



Copyright © 2007-2012. All Rights Reserved.