-
- All Implemented Interfaces:
-
com.google.zxing.ResultPointCallback
public class DecoderResultPointCallback implements ResultPointCallback
-
-
Constructor Summary
Constructors Constructor Description DecoderResultPointCallback()DecoderResultPointCallback(Decoder decoder)
-
Method Summary
Modifier and Type Method Description DecodergetDecoder()voidsetDecoder(@NonNull() Decoder decoder)voidfoundPossibleResultPoint(@NonNull() ResultPoint point)-
-
Constructor Detail
-
DecoderResultPointCallback
DecoderResultPointCallback()
-
DecoderResultPointCallback
DecoderResultPointCallback(Decoder decoder)
-
-
Method Detail
-
getDecoder
@Nullable() Decoder getDecoder()
-
setDecoder
void setDecoder(@NonNull() Decoder decoder)
-
foundPossibleResultPoint
void foundPossibleResultPoint(@NonNull() ResultPoint point)
-
-
-
-