Uses of Class
com.google.zxing.pdf417.decoder.BarcodeValue
-
Packages that use BarcodeValue Package Description com.google.zxing.pdf417.decoder -
-
Uses of BarcodeValue in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return BarcodeValue Modifier and Type Method Description private static BarcodeValue[][]
PDF417ScanningDecoder. createBarcodeMatrix(DetectionResult detectionResult)
Methods in com.google.zxing.pdf417.decoder with parameters of type BarcodeValue Modifier and Type Method Description private static void
PDF417ScanningDecoder. adjustCodewordCount(DetectionResult detectionResult, BarcodeValue[][] barcodeMatrix)
static java.lang.String
PDF417ScanningDecoder. toString(BarcodeValue[][] barcodeMatrix)
-