Uses of Enum
com.google.zxing.DecodeHintType
Packages that use DecodeHintType
Package
Description
-
Uses of DecodeHintType in com.google.zxing
Fields in com.google.zxing with type parameters of type DecodeHintTypeMethods 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.client.j2se
Fields in com.google.zxing.client.j2se with type parameters of type DecodeHintTypeMethods in com.google.zxing.client.j2se that return types with arguments of type DecodeHintTypeModifier and TypeMethodDescription(package private) Map
<DecodeHintType, ?> DecoderConfig.buildHints()
Method parameters in com.google.zxing.client.j2se with type arguments of type DecodeHintTypeModifier and TypeMethodDescriptionprivate Result[]
DecodeWorker.decode
(URI uri, 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) private void
GenericMultipleBarcodeReader.doDecodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints, 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 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) private Result
OneDReader.doDecode
(BinaryBitmap image, 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 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 TypeMethodDescriptionprivate Pair
RSS14Reader.decodePair
(BitArray row, boolean right, int rowNumber, Map<DecodeHintType, ?> hints) RSS14Reader.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) private static Result[]
PDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) 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 TypeMethodDescription(package private) static DecoderResult
DecodedBitStreamParser.decode
(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, Map<DecodeHintType, ?> hints) Decoder.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
.private DecoderResult
Decoder.decode
(BitMatrixParser parser, Map<DecodeHintType, ?> hints) private static void
DecodedBitStreamParser.decodeByteSegment
(BitSource bits, StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, Collection<byte[]> byteSegments, 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 DecodeHintTypeModifier and TypeMethodDescriptionfinal DetectorResult
Detector.detect
(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.(package private) final FinderPatternInfo
FinderPatternFinder.find
(Map<DecodeHintType, ?> hints)