Package com.google.zxing.pdf417.decoder
Class DetectionResultColumn
java.lang.Object
com.google.zxing.pdf417.decoder.DetectionResultColumn
- Direct Known Subclasses:
DetectionResultRowIndicatorColumn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BoundingBoxprivate final Codeword[]private static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final BoundingBox(package private) final CodewordgetCodeword(int imageRow) (package private) final CodewordgetCodewordNearby(int imageRow) (package private) final Codeword[](package private) final intimageRowToCodewordIndex(int imageRow) (package private) final voidsetCodeword(int imageRow, Codeword codeword) toString()
-
Field Details
-
MAX_NEARBY_DISTANCE
private static final int MAX_NEARBY_DISTANCE- See Also:
-
boundingBox
-
codewords
-
-
Constructor Details
-
DetectionResultColumn
DetectionResultColumn(BoundingBox boundingBox)
-
-
Method Details