Uses of Class
com.google.zxing.Result

Packages that use Result
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.client.result   
com.google.zxing.datamatrix   
com.google.zxing.maxicode   
com.google.zxing.multi   
com.google.zxing.multi.qrcode   
com.google.zxing.oned   
com.google.zxing.oned.rss   
com.google.zxing.oned.rss.expanded   
com.google.zxing.pdf417   
com.google.zxing.qrcode   
 

Uses of Result in com.google.zxing
 

Methods in com.google.zxing that return Result
 Result Reader.decode(BinaryBitmap image)
          Locates and decodes a barcode in some format within an image.
 Result MultiFormatReader.decode(BinaryBitmap image)
          This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it passes null as a hint to the decoders.
 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.
 Result MultiFormatReader.decodeWithState(BinaryBitmap image)
          Decode an image using the state set up by calling setHints() previously.
 

Uses of Result in com.google.zxing.aztec
 

Methods in com.google.zxing.aztec that return Result
 Result AztecReader.decode(BinaryBitmap image)
          Locates and decodes a Data Matrix code in an image.
 Result AztecReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.client.result
 

Methods in com.google.zxing.client.result with parameters of type Result
 WifiParsedResult WifiResultParser.parse(Result result)
           
 CalendarParsedResult VEventResultParser.parse(Result result)
           
 AddressBookParsedResult VCardResultParser.parse(Result result)
           
 URIParsedResult URLTOResultParser.parse(Result result)
           
 URIParsedResult URIResultParser.parse(Result result)
           
 TelParsedResult TelResultParser.parse(Result result)
           
 EmailAddressParsedResult SMTPResultParser.parse(Result result)
           
 SMSParsedResult SMSTOMMSTOResultParser.parse(Result result)
           
 SMSParsedResult SMSMMSResultParser.parse(Result result)
           
abstract  ParsedResult ResultParser.parse(Result theResult)
          Attempts to parse the raw Result's contents as a particular type of information (email, URL, etc.) and return a ParsedResult encapsulating the result of parsing.
 ProductParsedResult ProductResultParser.parse(Result result)
           
 ISBNParsedResult ISBNResultParser.parse(Result result)
          See ISBN-13 For Dummies
 GeoParsedResult GeoResultParser.parse(Result result)
           
 ExpandedProductParsedResult ExpandedProductResultParser.parse(Result result)
           
 EmailAddressParsedResult EmailDoCoMoResultParser.parse(Result result)
           
 EmailAddressParsedResult EmailAddressResultParser.parse(Result result)
           
 URIParsedResult BookmarkDoCoMoResultParser.parse(Result result)
           
 AddressBookParsedResult BizcardResultParser.parse(Result result)
           
 AddressBookParsedResult AddressBookDoCoMoResultParser.parse(Result result)
           
 AddressBookParsedResult AddressBookAUResultParser.parse(Result result)
           
static ParsedResult ResultParser.parseResult(Result theResult)
           
 

Uses of Result in com.google.zxing.datamatrix
 

Methods in com.google.zxing.datamatrix that return Result
 Result DataMatrixReader.decode(BinaryBitmap image)
          Locates and decodes a Data Matrix code in an image.
 Result DataMatrixReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.maxicode
 

Methods in com.google.zxing.maxicode that return Result
 Result MaxiCodeReader.decode(BinaryBitmap image)
          Locates and decodes a MaxiCode in an image.
 Result MaxiCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.multi
 

Methods in com.google.zxing.multi that return Result
 Result ByQuadrantReader.decode(BinaryBitmap image)
           
 Result ByQuadrantReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] MultipleBarcodeReader.decodeMultiple(BinaryBitmap image)
           
 Result[] GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image)
           
 Result[] MultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

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

Methods in com.google.zxing.multi.qrcode that return Result
 Result[] QRCodeMultiReader.decodeMultiple(BinaryBitmap image)
           
 Result[] QRCodeMultiReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.oned
 

Methods in com.google.zxing.oned that return Result
 Result UPCAReader.decode(BinaryBitmap image)
           
 Result OneDReader.decode(BinaryBitmap image)
           
 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)
           
 

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

Methods in com.google.zxing.oned.rss that return Result
 Result RSS14Reader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 

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

Methods in com.google.zxing.oned.rss.expanded that return Result
 Result RSSExpandedReader.decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.pdf417
 

Methods in com.google.zxing.pdf417 that return Result
 Result PDF417Reader.decode(BinaryBitmap image)
          Locates and decodes a PDF417 code in an image.
 Result PDF417Reader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of Result in com.google.zxing.qrcode
 

Methods in com.google.zxing.qrcode that return Result
 Result QRCodeReader.decode(BinaryBitmap image)
          Locates and decodes a QR code in an image.
 Result QRCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 



Copyright © 2007-2012. All Rights Reserved.