Uses of Interface
com.google.zxing.ResultPointCallback
-
Packages that use ResultPointCallback Package Description com.google.zxing.multi.qrcode.detector com.google.zxing.qrcode.detector -
-
Uses of ResultPointCallback in com.google.zxing.multi.qrcode.detector
Constructors in com.google.zxing.multi.qrcode.detector with parameters of type ResultPointCallback Constructor Description MultiFinderPatternFinder(BitMatrix image, ResultPointCallback resultPointCallback)
-
Uses of ResultPointCallback in com.google.zxing.qrcode.detector
Fields in com.google.zxing.qrcode.detector declared as ResultPointCallback Modifier and Type Field Description private ResultPointCallback
AlignmentPatternFinder. resultPointCallback
private ResultPointCallback
Detector. resultPointCallback
private ResultPointCallback
FinderPatternFinder. resultPointCallback
Methods in com.google.zxing.qrcode.detector that return ResultPointCallback Modifier and Type Method Description protected ResultPointCallback
Detector. getResultPointCallback()
Constructors in com.google.zxing.qrcode.detector with parameters of type ResultPointCallback Constructor Description AlignmentPatternFinder(BitMatrix image, int startX, int startY, int width, int height, float moduleSize, ResultPointCallback resultPointCallback)
Creates a finder that will look in a portion of the whole image.FinderPatternFinder(BitMatrix image, ResultPointCallback resultPointCallback)
-