Uses of Class
com.google.zxing.pdf417.decoder.BarcodeMetadata
-
Packages that use BarcodeMetadata Package Description com.google.zxing.pdf417.decoder -
-
Uses of BarcodeMetadata in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as BarcodeMetadata Modifier and Type Field Description private BarcodeMetadataDetectionResult. barcodeMetadataMethods in com.google.zxing.pdf417.decoder that return BarcodeMetadata Modifier and Type Method Description (package private) BarcodeMetadataDetectionResultRowIndicatorColumn. getBarcodeMetadata()private static BarcodeMetadataPDF417ScanningDecoder. getBarcodeMetadata(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)Methods in com.google.zxing.pdf417.decoder with parameters of type BarcodeMetadata Modifier and Type Method Description (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 BarcodeMetadata Constructor Description DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox)
-