com.google.zxing.qrcode.detector
Class FinderPatternInfo

java.lang.Object
  extended by com.google.zxing.qrcode.detector.FinderPatternInfo

public final class FinderPatternInfo
extends java.lang.Object

Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.

Author:
Sean Owen

Constructor Summary
FinderPatternInfo(FinderPattern[] patternCenters)
           
 
Method Summary
 FinderPattern getBottomLeft()
           
 FinderPattern getTopLeft()
           
 FinderPattern getTopRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderPatternInfo

public FinderPatternInfo(FinderPattern[] patternCenters)
Method Detail

getBottomLeft

public FinderPattern getBottomLeft()

getTopLeft

public FinderPattern getTopLeft()

getTopRight

public FinderPattern getTopRight()