Package io.scanbot.sdk.barcode.ui
Interface IBarcodeScanCountSelectionOverlayController
-
- All Implemented Interfaces:
public interface IBarcodeScanCountSelectionOverlayController
Interface to control configuration parameters of the selection overlay layer inside the IBarcodeCounterView
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setBarcodeItemViewFactory(BarcodePolygonsStaticView.BarcodeItemViewFactory barcodeItemViewFactory)
Factory for the views appearing on the bottom of the barcode (or null) abstract Unit
setBarcodeItemViewBinder(BarcodePolygonsStaticView.BarcodeItemViewBinder binder)
Factory for the views appearing on the bottom of the barcode (or null) abstract Unit
setBarcodeItemViewPositionHandler(BarcodePolygonsStaticView.BarcodeItemViewPositionHandler positionHandler)
Factory for the views to adjust their position against polygon bounding box abstract Unit
setBarcodeAcceptedDelegate(BarcodePolygonsStaticView.BarcodeAcceptanceDelegate delegate)
Delegate that highlights barcodes as accepted or not
abstract Unit
setBarcodeAppearanceDelegate(BarcodePolygonsStaticView.BarcodeAppearanceDelegate delegate)
Delegate that allows to enable barcode contour polygon and style it
-
-
Method Detail
-
setBarcodeItemViewFactory
abstract Unit setBarcodeItemViewFactory(BarcodePolygonsStaticView.BarcodeItemViewFactory barcodeItemViewFactory)
Factory for the views appearing on the bottom of the barcode (or null)
-
setBarcodeItemViewBinder
abstract Unit setBarcodeItemViewBinder(BarcodePolygonsStaticView.BarcodeItemViewBinder binder)
Factory for the views appearing on the bottom of the barcode (or null)
-
setBarcodeItemViewPositionHandler
abstract Unit setBarcodeItemViewPositionHandler(BarcodePolygonsStaticView.BarcodeItemViewPositionHandler positionHandler)
Factory for the views to adjust their position against polygon bounding box
-
setBarcodeAcceptedDelegate
abstract Unit setBarcodeAcceptedDelegate(BarcodePolygonsStaticView.BarcodeAcceptanceDelegate delegate)
Delegate that highlights barcodes as accepted or not
-
setBarcodeAppearanceDelegate
abstract Unit setBarcodeAppearanceDelegate(BarcodePolygonsStaticView.BarcodeAppearanceDelegate delegate)
Delegate that allows to enable barcode contour polygon and style it
-
-
-