Uses of Class
com.google.zxing.pdf417.decoder.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as BoundingBoxModifier and TypeFieldDescriptionprivate BoundingBox
DetectionResult.boundingBox
private final BoundingBox
DetectionResultColumn.boundingBox
Methods in com.google.zxing.pdf417.decoder that return BoundingBoxModifier and TypeMethodDescription(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) final BoundingBox
DetectionResultColumn.getBoundingBox()
(package private) static BoundingBox
BoundingBox.merge
(BoundingBox leftBox, BoundingBox rightBox) Methods in com.google.zxing.pdf417.decoder with parameters of type BoundingBoxModifier and TypeMethodDescriptionprivate 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 BoundingBoxModifierConstructorDescription(package private)
BoundingBox
(BoundingBox boundingBox) (package private)
DetectionResult
(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox) (package private)
DetectionResultColumn
(BoundingBox boundingBox) (package private)
DetectionResultRowIndicatorColumn
(BoundingBox boundingBox, boolean isLeft)