Class DetectionResultColumn

java.lang.Object
com.google.zxing.pdf417.decoder.DetectionResultColumn
Direct Known Subclasses:
DetectionResultRowIndicatorColumn

class DetectionResultColumn extends Object
  • Field Details

  • Constructor Details

    • DetectionResultColumn

      DetectionResultColumn(BoundingBox boundingBox)
  • Method Details

    • getCodewordNearby

      final Codeword getCodewordNearby(int imageRow)
    • imageRowToCodewordIndex

      final int imageRowToCodewordIndex(int imageRow)
    • setCodeword

      final void setCodeword(int imageRow, Codeword codeword)
    • getCodeword

      final Codeword getCodeword(int imageRow)
    • getBoundingBox

      final BoundingBox getBoundingBox()
    • getCodewords

      final Codeword[] getCodewords()
    • toString

      public String toString()
      Overrides:
      toString in class Object