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 BoundingBoxDetectionResult. boundingBoxprivate BoundingBoxDetectionResultColumn. boundingBoxMethods in com.google.zxing.pdf417.decoder that return BoundingBox Modifier and Type Method Description (package private) BoundingBoxBoundingBox. addMissingRows(int missingStartRows, int missingEndRows, boolean isLeft)private static BoundingBoxPDF417ScanningDecoder. adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn)(package private) BoundingBoxDetectionResult. getBoundingBox()(package private) BoundingBoxDetectionResultColumn. getBoundingBox()(package private) static BoundingBoxBoundingBox. merge(BoundingBox leftBox, BoundingBox rightBox)Methods in com.google.zxing.pdf417.decoder with parameters of type BoundingBox Modifier and Type Method Description private static DetectionResultRowIndicatorColumnPDF417ScanningDecoder. getRowIndicatorColumn(BitMatrix image, BoundingBox boundingBox, ResultPoint startPoint, boolean leftToRight, int minCodewordWidth, int maxCodewordWidth)(package private) static BoundingBoxBoundingBox. merge(BoundingBox leftBox, BoundingBox rightBox)(package private) voidDetectionResult. 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)
-