Back to Zxing

Class FinderPattern

docs/apidocs/com/google/zxing/oned/rss/FinderPattern.html

latest1.7 KB
Original Source

Package com.google.zxing.oned.rss

Class FinderPattern

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.

Constructor Summary

Constructors

Constructor

Description

FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

boolean

equals(Object o)

ResultPoint[]

getResultPoints()

int[]

getStartEnd()

int

getValue()

int

hashCode()

Methods inherited from class java.lang.Object

clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

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