Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsStaticView.BarcodeItemViewPositionHandler
-
- All Implemented Interfaces:
public interface BarcodePolygonsStaticView.BarcodeItemViewPositionHandler
Interface for the correcting position a BarcodeItem view created by BarcodeItemViewFactory to a barcode polygon path
-
-
Method Summary
-
-
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 detected barcode contourbounds
- of detected barcode contour
-
-
-
-