Uses of Class
com.google.zxing.pdf417.decoder.Codeword
Packages that use Codeword
-
Uses of Codeword in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as CodewordMethods in com.google.zxing.pdf417.decoder that return CodewordModifier and TypeMethodDescriptionprivate static Codeword
PDF417ScanningDecoder.detectCodeword
(BitMatrix image, int minColumn, int maxColumn, boolean leftToRight, int startColumn, int imageRow, int minCodewordWidth, int maxCodewordWidth) (package private) final Codeword
DetectionResultColumn.getCodeword
(int imageRow) (package private) final Codeword
DetectionResultColumn.getCodewordNearby
(int imageRow) (package private) final Codeword[]
DetectionResultColumn.getCodewords()
Methods in com.google.zxing.pdf417.decoder with parameters of type CodewordModifier and TypeMethodDescriptionprivate 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) final void
DetectionResultColumn.setCodeword
(int imageRow, Codeword codeword)