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 CodewordPDF417ScanningDecoder.detectCodeword(BitMatrix image, int minColumn, int maxColumn, boolean leftToRight, int startColumn, int imageRow, int minCodewordWidth, int maxCodewordWidth) (package private) final CodewordDetectionResultColumn.getCodeword(int imageRow) (package private) final CodewordDetectionResultColumn.getCodewordNearby(int imageRow) (package private) final Codeword[]DetectionResultColumn.getCodewords()Methods in com.google.zxing.pdf417.decoder with parameters of type CodewordModifier and TypeMethodDescriptionprivate 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) final voidDetectionResultColumn.setCodeword(int imageRow, Codeword codeword)