Uses of Class
com.google.zxing.pdf417.decoder.BoundingBox
-
Packages that use BoundingBox Package Description com.google.zxing.pdf417.decoder -
-
Uses of BoundingBox in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as BoundingBox Modifier and Type Field Description private BoundingBox
DetectionResult. boundingBox
private BoundingBox
DetectionResultColumn. boundingBox
Methods in com.google.zxing.pdf417.decoder that return BoundingBox Modifier and Type Method Description (package private) BoundingBox
BoundingBox. addMissingRows(int missingStartRows, int missingEndRows, boolean isLeft)
private static BoundingBox
PDF417ScanningDecoder. adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn)
(package private) BoundingBox
DetectionResult. getBoundingBox()
(package private) BoundingBox
DetectionResultColumn. getBoundingBox()
(package private) static BoundingBox
BoundingBox. merge(BoundingBox leftBox, BoundingBox rightBox)
Methods in com.google.zxing.pdf417.decoder with parameters of type BoundingBox Modifier and Type Method Description private static DetectionResultRowIndicatorColumn
PDF417ScanningDecoder. getRowIndicatorColumn(BitMatrix image, BoundingBox boundingBox, ResultPoint startPoint, boolean leftToRight, int minCodewordWidth, int maxCodewordWidth)
(package private) static BoundingBox
BoundingBox. merge(BoundingBox leftBox, BoundingBox rightBox)
(package private) void
DetectionResult. setBoundingBox(BoundingBox boundingBox)
Constructors in com.google.zxing.pdf417.decoder with parameters of type BoundingBox Constructor Description BoundingBox(BoundingBox boundingBox)
DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox)
DetectionResultColumn(BoundingBox boundingBox)
DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)
-