Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsView.BarcodeItemViewPositionHandler
-
- All Implemented Interfaces:
public interface BarcodePolygonsView.BarcodeItemViewPositionHandler
Interface for the correcting position a BarcodeItem view created by BarcodeItemViewFactory to a barcode polygon path
-
-
Method Detail
-
adjustPosition
abstract Unit adjustPosition(View view, List<PointF> path, RectF bounds)
Implement this method to bind a view to a barcode item
- Parameters:
view
- view created by BarcodeItemViewFactorypath
- of scanned barcode contourbounds
- of scanned barcode contour
-
-