docs/apidocs/com/google/zxing/oned/rss/FinderPattern.html
Package com.google.zxing.oned.rss
java.lang.Object com.google.zxing.oned.rss.FinderPattern
public final class FinderPatternextends Object
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
Constructors
Constructor
Description
FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)
All MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
boolean
equals(Object o)
ResultPoint[]
getResultPoints()
int[]
getStartEnd()
int
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)
equals in class Objectpublic int hashCode()
Overrides:hashCode in class Object