Package com.google.zxing.qrcode.detector
Class FinderPatternInfo
- java.lang.Object
-
- 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.
-
-
Field Summary
Fields Modifier and Type Field Description private FinderPattern
bottomLeft
private FinderPattern
topLeft
private FinderPattern
topRight
-
Constructor Summary
Constructors Constructor Description FinderPatternInfo(FinderPattern[] patternCenters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinderPattern
getBottomLeft()
FinderPattern
getTopLeft()
FinderPattern
getTopRight()
-
-
-
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()
-
-