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 ResultPointCallbackAlignmentPatternFinder.resultPointCallbackprivate ResultPointCallbackDetector.resultPointCallbackprivate final ResultPointCallbackFinderPatternFinder.resultPointCallbackMethods in com.google.zxing.qrcode.detector that return ResultPointCallbackModifier and TypeMethodDescriptionprotected final ResultPointCallbackDetector.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)