Uses of Class
com.google.zxing.qrcode.detector.FinderPatternInfo
-
Packages that use FinderPatternInfo Package Description com.google.zxing.multi.qrcode.detector com.google.zxing.qrcode.detector -
-
Uses of FinderPatternInfo in com.google.zxing.multi.qrcode.detector
Fields in com.google.zxing.multi.qrcode.detector declared as FinderPatternInfo Modifier and Type Field Description private static FinderPatternInfo[]
MultiFinderPatternFinder. EMPTY_RESULT_ARRAY
Methods in com.google.zxing.multi.qrcode.detector that return FinderPatternInfo Modifier and Type Method Description FinderPatternInfo[]
MultiFinderPatternFinder. findMulti(java.util.Map<DecodeHintType,?> hints)
-
Uses of FinderPatternInfo in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that return FinderPatternInfo Modifier and Type Method Description (package private) FinderPatternInfo
FinderPatternFinder. find(java.util.Map<DecodeHintType,?> hints)
Methods in com.google.zxing.qrcode.detector with parameters of type FinderPatternInfo Modifier and Type Method Description protected DetectorResult
Detector. processFinderPatternInfo(FinderPatternInfo info)
-