Modifier and Type | Method and Description |
---|---|
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)
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
Decode an image using the hints provided.
|
Result |
Reader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
Locates and decodes a barcode in some format within an image.
|
private Result |
MultiFormatReader.decodeInternal(BinaryBitmap image) |
Result |
MultiFormatReader.decodeWithState(BinaryBitmap image)
Decode an image using the state set up by calling setHints() previously.
|
Modifier and Type | Method and Description |
---|---|
Result |
AztecReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
AztecReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
private Result[] |
DecodeWorker.decode(java.net.URI uri,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
private static void |
DecodeWorker.dumpResult(java.net.URI input,
Result... results) |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
ResultParser.getMassagedText(Result result) |
AddressBookParsedResult |
AddressBookAUResultParser.parse(Result result) |
AddressBookParsedResult |
AddressBookDoCoMoResultParser.parse(Result result) |
AddressBookParsedResult |
BizcardResultParser.parse(Result result) |
URIParsedResult |
BookmarkDoCoMoResultParser.parse(Result result) |
EmailAddressParsedResult |
EmailAddressResultParser.parse(Result result) |
EmailAddressParsedResult |
EmailDoCoMoResultParser.parse(Result result) |
ExpandedProductParsedResult |
ExpandedProductResultParser.parse(Result result) |
GeoParsedResult |
GeoResultParser.parse(Result result) |
ISBNParsedResult |
ISBNResultParser.parse(Result result)
|
ProductParsedResult |
ProductResultParser.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. |
SMSParsedResult |
SMSMMSResultParser.parse(Result result) |
SMSParsedResult |
SMSTOMMSTOResultParser.parse(Result result) |
EmailAddressParsedResult |
SMTPResultParser.parse(Result result) |
TelParsedResult |
TelResultParser.parse(Result result) |
URIParsedResult |
URIResultParser.parse(Result result) |
URIParsedResult |
URLTOResultParser.parse(Result result) |
AddressBookParsedResult |
VCardResultParser.parse(Result result) |
CalendarParsedResult |
VEventResultParser.parse(Result result) |
VINParsedResult |
VINResultParser.parse(Result result) |
WifiParsedResult |
WifiResultParser.parse(Result result) |
static ParsedResult |
ResultParser.parseResult(Result theResult) |
Modifier and Type | Method and Description |
---|---|
Result |
DataMatrixReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
DataMatrixReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap image)
Locates and decodes a MaxiCode in an image.
|
Result |
MaxiCodeReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Field and Description |
---|---|
(package private) static Result[] |
GenericMultipleBarcodeReader.EMPTY_RESULT_ARRAY |
Modifier and Type | Method and Description |
---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap image) |
Result |
ByQuadrantReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
private static Result |
GenericMultipleBarcodeReader.translateResultPoints(Result result,
int xOffset,
int yOffset) |
Modifier and Type | Method and Description |
---|---|
private static Result |
GenericMultipleBarcodeReader.translateResultPoints(Result result,
int xOffset,
int yOffset) |
Modifier and Type | Method and Description |
---|---|
private void |
GenericMultipleBarcodeReader.doDecodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints,
java.util.List<Result> results,
int xOffset,
int yOffset,
int currentDepth) |
Modifier and Type | Field and Description |
---|---|
private static Result[] |
QRCodeMultiReader.EMPTY_RESULT_ARRAY |
Modifier and Type | Method and Description |
---|---|
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image) |
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<Result> |
QRCodeMultiReader.processStructuredAppend(java.util.List<Result> results) |
Modifier and Type | Method and Description |
---|---|
int |
QRCodeMultiReader.SAComparator.compare(Result a,
Result b) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<Result> |
QRCodeMultiReader.processStructuredAppend(java.util.List<Result> results) |
Modifier and Type | Method and Description |
---|---|
Result |
OneDReader.decode(BinaryBitmap image) |
Result |
UPCAReader.decode(BinaryBitmap image) |
Result |
OneDReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCAReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
(package private) Result |
UPCEANExtensionSupport.decodeRow(int rowNumber,
BitArray row,
int rowOffset) |
(package private) Result |
UPCEANExtension2Support.decodeRow(int rowNumber,
BitArray row,
int[] extensionStartRange) |
(package private) Result |
UPCEANExtension5Support.decodeRow(int rowNumber,
BitArray row,
int[] extensionStartRange) |
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
java.util.Map<DecodeHintType,?> hints)
Like
UPCEANReader.decodeRow(int, BitArray, Map) , but
allows caller to inform method about where the UPC/EAN start pattern is
found. |
Result |
CodaBarReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code128Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code39Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code93Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
ITFReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
MultiFormatOneDReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
MultiFormatUPCEANReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
abstract Result |
OneDReader.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.
|
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
private Result |
OneDReader.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 Result |
UPCAReader.maybeReturnResult(Result result) |
Modifier and Type | Method and Description |
---|---|
private static Result |
UPCAReader.maybeReturnResult(Result result) |
Modifier and Type | Method and Description |
---|---|
private static Result |
RSS14Reader.constructResult(Pair leftPair,
Pair rightPair) |
Result |
RSS14Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
(package private) static Result |
RSSExpandedReader.constructResult(java.util.List<ExpandedPair> pairs) |
Result |
RSSExpandedReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Field and Description |
---|---|
private static Result[] |
PDF417Reader.EMPTY_RESULT_ARRAY |
Modifier and Type | Method and Description |
---|---|
Result |
PDF417Reader.decode(BinaryBitmap image)
Locates and decodes a PDF417 code in an image.
|
Result |
PDF417Reader.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) |
Modifier and Type | Method and Description |
---|---|
Result |
QRCodeReader.decode(BinaryBitmap image)
Locates and decodes a QR code in an image.
|
Result |
QRCodeReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |