Uses of Class
com.google.zxing.pdf417.decoder.Codeword
-
Packages that use Codeword Package Description com.google.zxing.pdf417.decoder -
-
Uses of Codeword in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as Codeword Modifier and Type Field Description private Codeword[]
DetectionResultColumn. codewords
Methods in com.google.zxing.pdf417.decoder that return Codeword Modifier and Type Method Description private static Codeword
PDF417ScanningDecoder. detectCodeword(BitMatrix image, int minColumn, int maxColumn, boolean leftToRight, int startColumn, int imageRow, int minCodewordWidth, int maxCodewordWidth)
(package private) Codeword
DetectionResultColumn. getCodeword(int imageRow)
(package private) Codeword
DetectionResultColumn. getCodewordNearby(int imageRow)
(package private) Codeword[]
DetectionResultColumn. getCodewords()
Methods in com.google.zxing.pdf417.decoder with parameters of type Codeword Modifier and Type Method Description private static boolean
DetectionResult. adjustRowNumber(Codeword codeword, Codeword otherCodeword)
private static int
DetectionResult. adjustRowNumberIfValid(int rowIndicatorRowNumber, int invalidRowCounts, Codeword codeword)
private void
DetectionResult. adjustRowNumbers(int barcodeColumn, int codewordsRow, Codeword[] codewords)
private void
DetectionResultRowIndicatorColumn. removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)
(package private) void
DetectionResultColumn. setCodeword(int imageRow, Codeword codeword)
-