Uses of Class
com.google.zxing.Result
-
-
Uses of Result in com.google.zxing
Methods in com.google.zxing that return Result Modifier and Type Method Description ResultMultiFormatReader. 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.ResultMultiFormatReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Decode an image using the hints provided.ResultReader. decode(BinaryBitmap image)Locates and decodes a barcode in some format within an image.ResultReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Locates and decodes a barcode in some format within an image.private ResultMultiFormatReader. decodeInternal(BinaryBitmap image)ResultMultiFormatReader. 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 Modifier and Type Method Description ResultAztecReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultAztecReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.client.j2se
Methods in com.google.zxing.client.j2se that return Result Modifier and Type Method Description private Result[]DecodeWorker. decode(java.net.URI uri, java.util.Map<DecodeHintType,?> hints)Methods in com.google.zxing.client.j2se with parameters of type Result Modifier and Type Method Description private static voidDecodeWorker. dumpResult(java.net.URI input, Result... results) -
Uses of Result in com.google.zxing.client.result
Methods in com.google.zxing.client.result with parameters of type Result Modifier and Type Method Description protected static java.lang.StringResultParser. getMassagedText(Result result)AddressBookParsedResultAddressBookAUResultParser. parse(Result result)AddressBookParsedResultAddressBookDoCoMoResultParser. parse(Result result)AddressBookParsedResultBizcardResultParser. parse(Result result)URIParsedResultBookmarkDoCoMoResultParser. parse(Result result)EmailAddressParsedResultEmailAddressResultParser. parse(Result result)EmailAddressParsedResultEmailDoCoMoResultParser. parse(Result result)ExpandedProductParsedResultExpandedProductResultParser. parse(Result result)GeoParsedResultGeoResultParser. parse(Result result)ISBNParsedResultISBNResultParser. parse(Result result)ProductParsedResultProductResultParser. parse(Result result)abstract ParsedResultResultParser. parse(Result theResult)Attempts to parse the rawResult's contents as a particular type of information (email, URL, etc.) and return aParsedResultencapsulating the result of parsing.SMSParsedResultSMSMMSResultParser. parse(Result result)SMSParsedResultSMSTOMMSTOResultParser. parse(Result result)EmailAddressParsedResultSMTPResultParser. parse(Result result)TelParsedResultTelResultParser. parse(Result result)URIParsedResultURIResultParser. parse(Result result)URIParsedResultURLTOResultParser. parse(Result result)AddressBookParsedResultVCardResultParser. parse(Result result)CalendarParsedResultVEventResultParser. parse(Result result)VINParsedResultVINResultParser. parse(Result result)WifiParsedResultWifiResultParser. parse(Result result)static ParsedResultResultParser. parseResult(Result theResult) -
Uses of Result in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix that return Result Modifier and Type Method Description ResultDataMatrixReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultDataMatrixReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that return Result Modifier and Type Method Description ResultMaxiCodeReader. decode(BinaryBitmap image)Locates and decodes a MaxiCode in an image.ResultMaxiCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.multi
Fields in com.google.zxing.multi declared as Result Modifier and Type Field Description (package private) static Result[]GenericMultipleBarcodeReader. EMPTY_RESULT_ARRAYMethods in com.google.zxing.multi that return Result Modifier and Type Method Description ResultByQuadrantReader. decode(BinaryBitmap image)ResultByQuadrantReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Result[]GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image)Result[]GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Result[]MultipleBarcodeReader. decodeMultiple(BinaryBitmap image)Result[]MultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static ResultGenericMultipleBarcodeReader. translateResultPoints(Result result, int xOffset, int yOffset)Methods in com.google.zxing.multi with parameters of type Result Modifier and Type Method Description private static ResultGenericMultipleBarcodeReader. translateResultPoints(Result result, int xOffset, int yOffset)Method parameters in com.google.zxing.multi with type arguments of type Result Modifier and Type Method Description private voidGenericMultipleBarcodeReader. doDecodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, java.util.List<Result> results, int xOffset, int yOffset, int currentDepth) -
Uses of Result in com.google.zxing.multi.qrcode
Fields in com.google.zxing.multi.qrcode declared as Result Modifier and Type Field Description private static Result[]QRCodeMultiReader. EMPTY_RESULT_ARRAYMethods in com.google.zxing.multi.qrcode that return Result Modifier and Type Method Description Result[]QRCodeMultiReader. decodeMultiple(BinaryBitmap image)Result[]QRCodeMultiReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Methods in com.google.zxing.multi.qrcode that return types with arguments of type Result Modifier and Type Method Description (package private) static java.util.List<Result>QRCodeMultiReader. processStructuredAppend(java.util.List<Result> results)Methods in com.google.zxing.multi.qrcode with parameters of type Result Modifier and Type Method Description intQRCodeMultiReader.SAComparator. compare(Result a, Result b)Method parameters in com.google.zxing.multi.qrcode with type arguments of type Result Modifier and Type Method Description (package private) static java.util.List<Result>QRCodeMultiReader. processStructuredAppend(java.util.List<Result> results) -
Uses of Result in com.google.zxing.oned
Methods in com.google.zxing.oned that return Result Modifier and Type Method Description ResultOneDReader. decode(BinaryBitmap image)ResultOneDReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decode(BinaryBitmap image)ResultUPCAReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultCodaBarReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode128Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode39Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode93Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultITFReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)abstract ResultOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)Attempts to decode a one-dimensional barcode format given a single row of an image.ResultUPCAReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)(package private) ResultUPCEANExtension2Support. decodeRow(int rowNumber, BitArray row, int[] extensionStartRange)(package private) ResultUPCEANExtension5Support. decodeRow(int rowNumber, BitArray row, int[] extensionStartRange)(package private) ResultUPCEANExtensionSupport. decodeRow(int rowNumber, BitArray row, int rowOffset)ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)LikeUPCEANReader.decodeRow(int, BitArray, Map), but allows caller to inform method about where the UPC/EAN start pattern is found.ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)private ResultOneDReader. doDecode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)We're going to examine rows from the middle outward, searching alternately above and below the middle, and farther out each time.private static ResultUPCAReader. maybeReturnResult(Result result)Methods in com.google.zxing.oned with parameters of type Result Modifier and Type Method Description private static ResultUPCAReader. maybeReturnResult(Result result) -
Uses of Result in com.google.zxing.oned.rss
Methods in com.google.zxing.oned.rss that return Result Modifier and Type Method Description private static ResultRSS14Reader. constructResult(Pair leftPair, Pair rightPair)ResultRSS14Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded that return Result Modifier and Type Method Description (package private) static ResultRSSExpandedReader. constructResult(java.util.List<ExpandedPair> pairs)ResultRSSExpandedReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.pdf417
Fields in com.google.zxing.pdf417 declared as Result Modifier and Type Field Description private static Result[]PDF417Reader. EMPTY_RESULT_ARRAYMethods in com.google.zxing.pdf417 that return Result Modifier and Type Method Description ResultPDF417Reader. decode(BinaryBitmap image)Locates and decodes a PDF417 code in an image.ResultPDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static Result[]PDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple)Result[]PDF417Reader. decodeMultiple(BinaryBitmap image)Result[]PDF417Reader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of Result in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that return Result Modifier and Type Method Description ResultQRCodeReader. decode(BinaryBitmap image)Locates and decodes a QR code in an image.ResultQRCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
-