com.google.zxing
Interface ResultPointCallback


public interface ResultPointCallback

Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.

See Also:
DecodeHintType.NEED_RESULT_POINT_CALLBACK

Method Summary
 void foundPossibleResultPoint(ResultPoint point)
           
 

Method Detail

foundPossibleResultPoint

void foundPossibleResultPoint(ResultPoint point)


Copyright © 2007-2012. All Rights Reserved.