|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.qrcode.detector.FinderPatternInfo
public final class FinderPatternInfo
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
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 |
---|
public FinderPatternInfo(FinderPattern[] patternCenters)
Method Detail |
---|
public FinderPattern getBottomLeft()
public FinderPattern getTopLeft()
public FinderPattern getTopRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |