Package com.google.zxing.qrcode.detector
Class FinderPatternInfo
- java.lang.Object
-
- com.google.zxing.qrcode.detector.FinderPatternInfo
-
public final class FinderPatternInfo extends java.lang.ObjectEncapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
-
-
Field Summary
Fields Modifier and Type Field Description private FinderPatternbottomLeftprivate FinderPatterntopLeftprivate FinderPatterntopRight
-
Constructor Summary
Constructors Constructor Description FinderPatternInfo(FinderPattern[] patternCenters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinderPatterngetBottomLeft()FinderPatterngetTopLeft()FinderPatterngetTopRight()
-
-
-
Field Detail
-
bottomLeft
private final FinderPattern bottomLeft
-
topLeft
private final FinderPattern topLeft
-
topRight
private final FinderPattern topRight
-
-
Constructor Detail
-
FinderPatternInfo
public FinderPatternInfo(FinderPattern[] patternCenters)
-
-
Method Detail
-
getBottomLeft
public FinderPattern getBottomLeft()
-
getTopLeft
public FinderPattern getTopLeft()
-
getTopRight
public FinderPattern getTopRight()
-
-