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 booleanisLeft
-
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) voidadjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)private voidadjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)(package private) BarcodeMetadatagetBarcodeMetadata()(package private) int[]getRowHeights()(package private) booleanisLeft()private voidremoveIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)private voidsetRowNumbers()java.lang.StringtoString()-
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:
toStringin classDetectionResultColumn
-
-