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) BarcodeMetadata
DetectionResultRowIndicatorColumn.getBarcodeMetadata()
private static BarcodeMetadata
PDF417ScanningDecoder.getBarcodeMetadata
(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn) Methods in com.google.zxing.pdf417.decoder with parameters of type BarcodeMetadataModifier and TypeMethodDescription(package private) void
DetectionResultRowIndicatorColumn.adjustCompleteIndicatorColumnRowNumbers
(BarcodeMetadata barcodeMetadata) private void
DetectionResultRowIndicatorColumn.adjustIncompleteIndicatorColumnRowNumbers
(BarcodeMetadata barcodeMetadata) private void
DetectionResultRowIndicatorColumn.removeIncorrectCodewords
(Codeword[] codewords, BarcodeMetadata barcodeMetadata) Constructors in com.google.zxing.pdf417.decoder with parameters of type BarcodeMetadataModifierConstructorDescription(package private)
DetectionResult
(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox)