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. hintsMethods in com.google.zxing that return DecodeHintType Modifier and Type Method Description static DecodeHintTypeDecodeHintType. 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 ResultMultiFormatReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Decode an image using the hints provided.ResultReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Locates and decodes a barcode in some format within an image.voidMultiFormatReader. 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 ResultAztecReader. 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. hintsMethods 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.CharsetStringUtils. guessCharset(byte[] bytes, java.util.Map<DecodeHintType,?> hints)static java.lang.StringStringUtils. 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 ResultDataMatrixReader. 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 ResultMaxiCodeReader. 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 DecoderResultDecoder. 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 ResultByQuadrantReader. 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 voidGenericMultipleBarcodeReader. 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 ResultOneDReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultCodaBarReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode128Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode39Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode93Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultITFReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)abstract ResultOneDReader. 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.ResultUPCAReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultUPCEANReader. 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.ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)private ResultOneDReader. 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 PairRSS14Reader. decodePair(BitArray row, boolean right, int rowNumber, java.util.Map<DecodeHintType,?> hints)ResultRSS14Reader. 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 ResultRSSExpandedReader. 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 ResultPDF417Reader. 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 PDF417DetectorResultDetector. 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 ResultQRCodeReader. 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 DecoderResultDecodedBitStreamParser. decode(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, java.util.Map<DecodeHintType,?> hints)DecoderResultDecoder. decode(boolean[][] image, java.util.Map<DecodeHintType,?> hints)Convenience method that can decode a QR Code represented as a 2D array of booleans.DecoderResultDecoder. decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints)Decodes a QR Code represented as aBitMatrix.private DecoderResultDecoder. decode(BitMatrixParser parser, java.util.Map<DecodeHintType,?> hints)private static voidDecodedBitStreamParser. 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 DetectorResultDetector. detect(java.util.Map<DecodeHintType,?> hints)Detects a QR Code in an image.(package private) FinderPatternInfoFinderPatternFinder. find(java.util.Map<DecodeHintType,?> hints)
-