Uses of Interface
com.google.zxing.ResultPointCallback
Packages that use ResultPointCallback
-
Uses of ResultPointCallback in com.google.zxing.multi.qrcode.detector
Constructors in com.google.zxing.multi.qrcode.detector with parameters of type ResultPointCallbackModifierConstructorDescriptionMultiFinderPatternFinder
(BitMatrix image, ResultPointCallback resultPointCallback) -
Uses of ResultPointCallback in com.google.zxing.qrcode.detector
Fields in com.google.zxing.qrcode.detector declared as ResultPointCallbackModifier and TypeFieldDescriptionprivate final ResultPointCallback
AlignmentPatternFinder.resultPointCallback
private ResultPointCallback
Detector.resultPointCallback
private final ResultPointCallback
FinderPatternFinder.resultPointCallback
Methods in com.google.zxing.qrcode.detector that return ResultPointCallbackModifier and TypeMethodDescriptionprotected final ResultPointCallback
Detector.getResultPointCallback()
Constructors in com.google.zxing.qrcode.detector with parameters of type ResultPointCallbackModifierConstructorDescription(package private)
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)