| Modifier and Type | Method and Description | 
|---|---|
| BitArray | BinaryBitmap. getBlackRow(int y,
           BitArray row)Converts one row of luminance data to 1 bit data. | 
| abstract BitArray | Binarizer. getBlackRow(int y,
           BitArray row)Converts one row of luminance data to 1 bit data. | 
| Modifier and Type | Method and Description | 
|---|---|
| BitArray | BinaryBitmap. getBlackRow(int y,
           BitArray row)Converts one row of luminance data to 1 bit data. | 
| abstract BitArray | Binarizer. getBlackRow(int y,
           BitArray row)Converts one row of luminance data to 1 bit data. | 
| Modifier and Type | Method and Description | 
|---|---|
| BitArray | HighLevelEncoder. encode() | 
| Modifier and Type | Method and Description | 
|---|---|
| BitArray | BitArray. clone() | 
| BitArray | GlobalHistogramBinarizer. getBlackRow(int y,
           BitArray row) | 
| BitArray | BitMatrix. getRow(int y,
      BitArray row)A fast method to retrieve one row of data from the matrix as a BitArray. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BitArray. appendBitArray(BitArray other) | 
| BitArray | GlobalHistogramBinarizer. getBlackRow(int y,
           BitArray row) | 
| BitArray | BitMatrix. getRow(int y,
      BitArray row)A fast method to retrieve one row of data from the matrix as a BitArray. | 
| void | BitMatrix. setRow(int y,
      BitArray row) | 
| void | BitArray. xor(BitArray other) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int[] | UPCEReader. decodeEnd(BitArray row,
         int endStart) | 
| protected int | EAN8Reader. decodeMiddle(BitArray row,
            int[] startRange,
            StringBuilder result) | 
| 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 | EAN13Reader. decodeMiddle(BitArray row,
            int[] startRange,
            StringBuilder resultString) | 
| protected int | UPCAReader. decodeMiddle(BitArray row,
            int[] startRange,
            StringBuilder resultString) | 
| protected int | UPCEReader. decodeMiddle(BitArray row,
            int[] startRange,
            StringBuilder result) | 
| Result | UPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         int[] startGuardRange,
         Map<DecodeHintType,?> hints)Like  UPCEANReader.decodeRow(int, BitArray, Map), but
 allows caller to inform method about where the UPC/EAN start pattern is
 found. | 
| Result | UPCAReader. decodeRow(int rowNumber,
         BitArray row,
         int[] startGuardRange,
         Map<DecodeHintType,?> hints) | 
| Result | ITFReader. 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. | 
| Result | Code128Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | MultiFormatOneDReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | UPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | UPCAReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | MultiFormatUPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | CodaBarReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | Code39Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | Code93Reader. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | RSS14Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | RSSExpandedReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BitArray | AbstractExpandedDecoder. getInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AbstractExpandedDecoder | AbstractExpandedDecoder. createDecoder(BitArray information) | 
Copyright © 2007–2019. All rights reserved.