Package com.google.zxing.pdf417.decoder
Class DetectionResultRowIndicatorColumn
- java.lang.Object
-
- com.google.zxing.pdf417.decoder.DetectionResultColumn
-
- com.google.zxing.pdf417.decoder.DetectionResultRowIndicatorColumn
-
final class DetectionResultRowIndicatorColumn extends DetectionResultColumn
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isLeft
-
Constructor Summary
Constructors Constructor Description DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
private void
adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
(package private) BarcodeMetadata
getBarcodeMetadata()
(package private) int[]
getRowHeights()
(package private) boolean
isLeft()
private void
removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)
private void
setRowNumbers()
java.lang.String
toString()
-
Methods inherited from class com.google.zxing.pdf417.decoder.DetectionResultColumn
getBoundingBox, getCodeword, getCodewordNearby, getCodewords, imageRowToCodewordIndex, setCodeword
-
-
-
-
Constructor Detail
-
DetectionResultRowIndicatorColumn
DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)
-
-
Method Detail
-
setRowNumbers
private void setRowNumbers()
-
adjustCompleteIndicatorColumnRowNumbers
void adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
-
getRowHeights
int[] getRowHeights()
-
adjustIncompleteIndicatorColumnRowNumbers
private void adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
-
getBarcodeMetadata
BarcodeMetadata getBarcodeMetadata()
-
removeIncorrectCodewords
private void removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)
-
isLeft
boolean isLeft()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classDetectionResultColumn
-
-