Uses of Class
com.google.zxing.DecodeHintType
-
-
Uses of DecodeHintType in com.google.zxing
Fields in com.google.zxing with type parameters of type DecodeHintType Modifier and Type Field Description private java.util.Map<DecodeHintType,?>
MultiFormatReader. hints
Methods in com.google.zxing that return DecodeHintType Modifier and Type Method Description static DecodeHintType
DecodeHintType. valueOf(java.lang.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 Modifier and Type Method Description 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.void
MultiFormatReader. setHints(java.util.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 Modifier and Type Method Description Result
AztecReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.client.j2se
Fields in com.google.zxing.client.j2se with type parameters of type DecodeHintType Modifier and Type Field Description private java.util.Map<DecodeHintType,?>
DecodeWorker. hints
Methods in com.google.zxing.client.j2se that return types with arguments of type DecodeHintType Modifier and Type Method Description (package private) java.util.Map<DecodeHintType,?>
DecoderConfig. buildHints()
Method parameters in com.google.zxing.client.j2se with type arguments of type DecodeHintType Modifier and Type Method Description private Result[]
DecodeWorker. decode(java.net.URI uri, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.common
Method parameters in com.google.zxing.common with type arguments of type DecodeHintType Modifier and Type Method Description static java.nio.charset.Charset
StringUtils. guessCharset(byte[] bytes, java.util.Map<DecodeHintType,?> hints)
static java.lang.String
StringUtils. guessEncoding(byte[] bytes, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.datamatrix
Method parameters in com.google.zxing.datamatrix with type arguments of type DecodeHintType Modifier and Type Method Description Result
DataMatrixReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.maxicode
Method parameters in com.google.zxing.maxicode with type arguments of type DecodeHintType Modifier and Type Method Description Result
MaxiCodeReader. decode(BinaryBitmap image, java.util.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 Modifier and Type Method Description DecoderResult
Decoder. decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.multi
Method parameters in com.google.zxing.multi with type arguments of type DecodeHintType Modifier and Type Method Description Result
ByQuadrantReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
Result[]
GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
Result[]
MultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
private void
GenericMultipleBarcodeReader. doDecodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, java.util.List<Result> results, int xOffset, int yOffset, int currentDepth)
-
Uses of DecodeHintType in com.google.zxing.multi.qrcode
Method parameters in com.google.zxing.multi.qrcode with type arguments of type DecodeHintType Modifier and Type Method Description Result[]
QRCodeMultiReader. decodeMultiple(BinaryBitmap image, java.util.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 Modifier and Type Method Description DetectorResult[]
MultiDetector. detectMulti(java.util.Map<DecodeHintType,?> hints)
FinderPatternInfo[]
MultiFinderPatternFinder. findMulti(java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.oned
Method parameters in com.google.zxing.oned with type arguments of type DecodeHintType Modifier and Type Method Description Result
OneDReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
Result
UPCAReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
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, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)
Result
UPCAReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)
Result
UPCEANReader. 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.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.Constructor parameters in com.google.zxing.oned with type arguments of type DecodeHintType Constructor Description MultiFormatOneDReader(java.util.Map<DecodeHintType,?> hints)
MultiFormatUPCEANReader(java.util.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 Modifier and Type Method Description private Pair
RSS14Reader. decodePair(BitArray row, boolean right, int rowNumber, java.util.Map<DecodeHintType,?> hints)
Result
RSS14Reader. decodeRow(int rowNumber, BitArray row, java.util.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 Modifier and Type Method Description Result
RSSExpandedReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.pdf417
Method parameters in com.google.zxing.pdf417 with type arguments of type DecodeHintType Modifier and Type Method Description 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, java.util.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 Modifier and Type Method Description static PDF417DetectorResult
Detector. detect(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple)
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 Modifier and Type Method Description Result
QRCodeReader. decode(BinaryBitmap image, java.util.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 Modifier and Type Method Description (package private) static DecoderResult
DecodedBitStreamParser. decode(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, java.util.Map<DecodeHintType,?> hints)
DecoderResult
Decoder. decode(boolean[][] image, java.util.Map<DecodeHintType,?> hints)
Convenience method that can decode a QR Code represented as a 2D array of booleans.DecoderResult
Decoder. decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints)
Decodes a QR Code represented as aBitMatrix
.private DecoderResult
Decoder. decode(BitMatrixParser parser, java.util.Map<DecodeHintType,?> hints)
private static void
DecodedBitStreamParser. decodeByteSegment(BitSource bits, java.lang.StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, java.util.Collection<byte[]> byteSegments, java.util.Map<DecodeHintType,?> hints)
-
Uses of DecodeHintType in com.google.zxing.qrcode.detector
Method parameters in com.google.zxing.qrcode.detector with type arguments of type DecodeHintType Modifier and Type Method Description DetectorResult
Detector. detect(java.util.Map<DecodeHintType,?> hints)
Detects a QR Code in an image.(package private) FinderPatternInfo
FinderPatternFinder. find(java.util.Map<DecodeHintType,?> hints)
-