Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsStaticView.BarcodeAppearanceDelegate
-
- All Implemented Interfaces:
public interface BarcodePolygonsStaticView.BarcodeAppearanceDelegate
Interface for a BarcodeItem to decide the appearance of the given barcode polygon
-
-
Method Summary
Modifier and Type Method Description abstract BarcodePolygonsStaticView.BarcodePolygonStyle
getPolygonStyle(BarcodePolygonsStaticView.BarcodePolygonStyle defaultStyle, BarcodeItem barcodeItem)
Implement this method to decide the colors of the given barcodes polygon -
-
Method Detail
-
getPolygonStyle
abstract BarcodePolygonsStaticView.BarcodePolygonStyle getPolygonStyle(BarcodePolygonsStaticView.BarcodePolygonStyle defaultStyle, BarcodeItem barcodeItem)
Implement this method to decide the colors of the given barcodes polygon
- Parameters:
defaultStyle
- default style for the given barcode which can be alteredbarcodeItem
- barcode item
-
-
-
-