com.google.zxing.qrcode.detector
Class FinderPatternInfo
java.lang.Object
com.google.zxing.qrcode.detector.FinderPatternInfo
public final class FinderPatternInfo
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinderPatternInfo
public FinderPatternInfo(FinderPattern[] patternCenters)
getBottomLeft
public FinderPattern getBottomLeft()
getTopLeft
public FinderPattern getTopLeft()
getTopRight
public FinderPattern getTopRight()
Copyright © 2007-2012. All Rights Reserved.