Class FinderPattern

java.lang.Object
com.google.zxing.oned.rss.FinderPattern

public final class FinderPattern extends Object
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
  • Constructor Details

    • FinderPattern

      public FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)
  • Method Details

    • getValue

      public int getValue()
    • getStartEnd

      public int[] getStartEnd()
    • getResultPoints

      public ResultPoint[] getResultPoints()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object