Uses of Class
com.google.zxing.pdf417.decoder.BarcodeMetadata
Packages that use BarcodeMetadata
-
Uses of BarcodeMetadata in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as BarcodeMetadataMethods in com.google.zxing.pdf417.decoder that return BarcodeMetadataModifier and TypeMethodDescription(package private) BarcodeMetadataDetectionResultRowIndicatorColumn.getBarcodeMetadata()private static BarcodeMetadataPDF417ScanningDecoder.getBarcodeMetadata(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn) Methods in com.google.zxing.pdf417.decoder with parameters of type BarcodeMetadataModifier and TypeMethodDescription(package private) voidDetectionResultRowIndicatorColumn.adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) private voidDetectionResultRowIndicatorColumn.adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) private voidDetectionResultRowIndicatorColumn.removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata) Constructors in com.google.zxing.pdf417.decoder with parameters of type BarcodeMetadataModifierConstructorDescription(package private)DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox)