com.google.zxing.oned.rss
Class FinderPattern

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

public final class FinderPattern
extends Object


Constructor Summary
FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)
           
 
Method Summary
 ResultPoint[] getResultPoints()
           
 int[] getStartEnd()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderPattern

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

getValue

public int getValue()

getStartEnd

public int[] getStartEnd()

getResultPoints

public ResultPoint[] getResultPoints()


Copyright © 2007-2012. All Rights Reserved.