Uses of Enum
com.google.zxing.DecodeHintType
Packages that use DecodeHintType
Package
Description
-
Uses of DecodeHintType in com.google.zxing
Methods in com.google.zxing that return DecodeHintTypeModifier and TypeMethodDescriptionstatic DecodeHintType
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 DecodeHintTypeModifier and TypeMethodDescriptionMultiFormatReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Decode an image using the hints provided.Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Locates and decodes a barcode in some format within an image.void
MultiFormatReader.setHints
(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 DecodeHintTypeModifier and TypeMethodDescriptionAztecReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.common
Method parameters in com.google.zxing.common with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionstatic Charset
StringUtils.guessCharset
(byte[] bytes, Map<DecodeHintType, ?> hints) static String
StringUtils.guessEncoding
(byte[] bytes, Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.datamatrix
Method parameters in com.google.zxing.datamatrix with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionDataMatrixReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.maxicode
Method parameters in com.google.zxing.maxicode with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionMaxiCodeReader.decode
(BinaryBitmap image, 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 -
Uses of DecodeHintType in com.google.zxing.multi
Method parameters in com.google.zxing.multi with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionByQuadrantReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Result[]
GenericMultipleBarcodeReader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Result[]
MultipleBarcodeReader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.multi.qrcode
Method parameters in com.google.zxing.multi.qrcode with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionResult[]
QRCodeMultiReader.decodeMultiple
(BinaryBitmap image, 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 DecodeHintTypeModifier and TypeMethodDescriptionMultiDetector.detectMulti
(Map<DecodeHintType, ?> hints) MultiFinderPatternFinder.findMulti
(Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.oned
Method parameters in com.google.zxing.oned with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionOneDReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) UPCAReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) CodaBarReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code128Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code39Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code93Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) ITFReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) MultiFormatOneDReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) MultiFormatUPCEANReader.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.UPCAReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) UPCAReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) UPCEANReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) LikeUPCEANReader.decodeRow(int, BitArray, Map)
, but allows caller to inform method about where the UPC/EAN start pattern is found.UPCEANReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Constructor parameters in com.google.zxing.oned with type arguments of type DecodeHintTypeModifierConstructorDescriptionMultiFormatOneDReader
(Map<DecodeHintType, ?> hints) MultiFormatUPCEANReader
(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 DecodeHintTypeModifier and TypeMethodDescriptionRSS14Reader.decodeRow
(int rowNumber, BitArray row, 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 DecodeHintTypeModifier and TypeMethodDescriptionRSSExpandedReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of DecodeHintType in com.google.zxing.pdf417
Method parameters in com.google.zxing.pdf417 with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionPDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Result[]
PDF417Reader.decodeMultiple
(BinaryBitmap image, 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 DecodeHintTypeModifier and TypeMethodDescriptionstatic PDF417DetectorResult
Detector.detect
(BinaryBitmap image, 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 DecodeHintTypeModifier and TypeMethodDescriptionfinal Result
QRCodeReader.decode
(BinaryBitmap image, 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 DecodeHintTypeModifier and TypeMethodDescriptionDecoder.decode
(boolean[][] image, Map<DecodeHintType, ?> hints) Convenience method that can decode a QR Code represented as a 2D array of booleans.Decoder.decode
(BitMatrix bits, Map<DecodeHintType, ?> hints) Decodes a QR Code represented as aBitMatrix
. -
Uses of DecodeHintType in com.google.zxing.qrcode.detector
Method parameters in com.google.zxing.qrcode.detector with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionfinal DetectorResult
Detector.detect
(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.