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 BarcodeMetadata
DetectionResult. barcodeMetadata
Methods in com.google.zxing.pdf417.decoder that return BarcodeMetadata Modifier and Type Method Description (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 BarcodeMetadata Modifier and Type Method Description (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 BarcodeMetadata Constructor Description DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox)
-