| Modifier and Type | Method and Description |
|---|---|
static FormatException |
FormatException.getFormatInstance()
|
static FormatException |
FormatException.getFormatInstance(Throwable
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Reader.decode(BinaryBitmap
Locates and decodes a barcode in some format within an image.
|
Result |
Reader.decode(BinaryBitmap
Locates and decodes a barcode in some format within an image.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
AztecReader.decode(BinaryBitmap
Locates and decodes a Data Matrix code in an image.
|
Result |
AztecReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(AztecDetectorResult
|
| Modifier and Type | Method and Description |
|---|---|
static CharacterSetECI |
CharacterSetECI.getCharacterSetECIByValue(int value)
|
| Modifier and Type | Method and Description |
|---|---|
Result |
DataMatrixReader.decode(BinaryBitmap
Locates and decodes a Data Matrix code in an image.
|
Result |
DataMatrixReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a Data Matrix Code represented as a
BitMatrix.
|
DecoderResult |
Decoder.decode(boolean[][] image)
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.
|
static Version |
Version.getVersionForDimensions(int numRows, int numColumns)
Deduces version information from Data Matrix dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap
Locates and decodes a MaxiCode in an image.
|
Result |
MaxiCodeReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap
|
Result |
ByQuadrantReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
UPCEReader.checkChecksum(String
|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
Result |
UPCAReader.decodeRow(int rowNumber, BitArray
|
Result |
UPCEANReader.decodeRow(int rowNumber, BitArray
Like
UPCEANReader, but allows caller to inform method about where the UPC/EAN start pattern is found.
|
Result |
Code39Reader.decodeRow(int rowNumber, BitArray
|
Result |
Code128Reader.decodeRow(int rowNumber, BitArray
|
Result |
ITFReader.decodeRow(int rowNumber, BitArray
|
Result |
UPCAReader.decodeRow(int rowNumber, BitArray
|
abstract Result |
OneDReader.decodeRow(int rowNumber, BitArray
Attempts to decode a one-dimensional barcode format given a single row of an image.
|
Result |
Code93Reader.decodeRow(int rowNumber, BitArray
|
Result |
UPCEANReader.decodeRow(int rowNumber, BitArray
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RSSExpandedReader.decodeRow(int rowNumber, BitArray
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractExpandedDecoder.parseInformation()
|
| Modifier and Type | Method and Description |
|---|---|
Result |
PDF417Reader.decode(BinaryBitmap
Locates and decodes a PDF417 code in an image.
|
Result |
PDF417Reader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QRCodeReader.decode(BinaryBitmap
Locates and decodes a QR code in an image.
|
Result |
QRCodeReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a QR Code represented as a
BitMatrix.
|
DecoderResult |
Decoder.decode(boolean[][] image)
|
DecoderResult |
Decoder.decode(boolean[][] image, Map
Convenience method that can decode a QR Code represented as a 2D array of booleans.
|
static Version |
Version.getProvisionalVersionForDimension(int dimension)
Deduces version information purely from QR Code dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorResult |
Detector.detect()
Detects a QR Code in an image.
|
DetectorResult |
Detector.detect(Map
Detects a QR Code in an image.
|
protected DetectorResult |
Detector.processFinderPatternInfo(FinderPatternInfo
|