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. codewordsMethods in com.google.zxing.pdf417.decoder that return Codeword Modifier and Type Method Description private static CodewordPDF417ScanningDecoder. detectCodeword(BitMatrix image, int minColumn, int maxColumn, boolean leftToRight, int startColumn, int imageRow, int minCodewordWidth, int maxCodewordWidth)(package private) CodewordDetectionResultColumn. getCodeword(int imageRow)(package private) CodewordDetectionResultColumn. 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 booleanDetectionResult. adjustRowNumber(Codeword codeword, Codeword otherCodeword)private static intDetectionResult. adjustRowNumberIfValid(int rowIndicatorRowNumber, int invalidRowCounts, Codeword codeword)private voidDetectionResult. adjustRowNumbers(int barcodeColumn, int codewordsRow, Codeword[] codewords)private voidDetectionResultRowIndicatorColumn. removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)(package private) voidDetectionResultColumn. setCodeword(int imageRow, Codeword codeword)
-