Uses of Class
com.google.zxing.common.BitArray
Packages that use BitArray
Package
Description
-
Uses of BitArray in com.google.zxing
Methods in com.google.zxing that return BitArrayModifier and TypeMethodDescriptionabstract BitArray
Binarizer.getBlackRow
(int y, BitArray row) Converts one row of luminance data to 1 bit data.BinaryBitmap.getBlackRow
(int y, BitArray row) Converts one row of luminance data to 1 bit data.Methods in com.google.zxing with parameters of type BitArrayModifier and TypeMethodDescriptionabstract BitArray
Binarizer.getBlackRow
(int y, BitArray row) Converts one row of luminance data to 1 bit data.BinaryBitmap.getBlackRow
(int y, BitArray row) Converts one row of luminance data to 1 bit data. -
Uses of BitArray in com.google.zxing.aztec.encoder
Methods in com.google.zxing.aztec.encoder that return BitArray -
Uses of BitArray in com.google.zxing.common
Methods in com.google.zxing.common that return BitArrayModifier and TypeMethodDescriptionBitArray.clone()
GlobalHistogramBinarizer.getBlackRow
(int y, BitArray row) A fast method to retrieve one row of data from the matrix as a BitArray.Methods in com.google.zxing.common with parameters of type BitArrayModifier and TypeMethodDescriptionvoid
BitArray.appendBitArray
(BitArray other) GlobalHistogramBinarizer.getBlackRow
(int y, BitArray row) A fast method to retrieve one row of data from the matrix as a BitArray.void
void
-
Uses of BitArray in com.google.zxing.oned
Methods in com.google.zxing.oned with parameters of type BitArrayModifier and TypeMethodDescriptionprotected int[]
protected int
EAN13Reader.decodeMiddle
(BitArray row, int[] startRange, StringBuilder resultString) protected int
EAN8Reader.decodeMiddle
(BitArray row, int[] startRange, StringBuilder result) protected int
UPCAReader.decodeMiddle
(BitArray row, int[] startRange, StringBuilder resultString) protected abstract int
UPCEANReader.decodeMiddle
(BitArray row, int[] startRange, StringBuilder resultString) Subclasses override this to decode the portion of a barcode between the start and end guard patterns.protected int
UPCEReader.decodeMiddle
(BitArray row, int[] startRange, StringBuilder result) 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) protected static void
OneDReader.recordPattern
(BitArray row, int start, int[] counters) Records the size of successive runs of white and black pixels in a row, starting at a given point.protected static void
OneDReader.recordPatternInReverse
(BitArray row, int start, int[] counters) -
Uses of BitArray in com.google.zxing.oned.rss
Methods in com.google.zxing.oned.rss with parameters of type BitArrayModifier and TypeMethodDescriptionRSS14Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of BitArray in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded with parameters of type BitArrayModifier and TypeMethodDescriptionRSSExpandedReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of BitArray in com.google.zxing.oned.rss.expanded.decoders
Methods in com.google.zxing.oned.rss.expanded.decoders that return BitArrayModifier and TypeMethodDescriptionprotected final BitArray
AbstractExpandedDecoder.getInformation()
Methods in com.google.zxing.oned.rss.expanded.decoders with parameters of type BitArrayModifier and TypeMethodDescriptionstatic AbstractExpandedDecoder
AbstractExpandedDecoder.createDecoder
(BitArray information)