Barcode Pick View Highlight Style Rectangular With Icons

Defined in package com.scandit.datacapture.barcode.pick.ui

RectangularWithIcons
class RectangularWithIcons : BarcodePickViewHighlightStyle

Added in version 6.19.0

A style that will draw rectangles on top of barcodes, the highlights can also have icons drawn on top.

RectangularWithIcons()
RectangularWithIcons()

Added in version 6.19.0

Creates a new instance with default values.

iconStyle
BarcodePickIconStyle getIconStyle()
void setIconStyle(BarcodePickIconStyle value)

Added in version 6.19.0

The selected icons style. Defaults to BarcodePickIconStyle.PRESET_1

getBrushForState(state)
@NonNull Brush getBrushForState(BarcodePickState state)

Added in version 6.19.0

Gets the brush used for the passed pick state.

setBrushForState(brush, state)
void setBrushForState(@NonNull Brush brush,
        BarcodePickState state)

Added in version 6.19.0

Use this method to configure the brush used for the specific pick state.

toJson()
@NonNull String toJson()

Added in version 6.19.0

Returns the JSON representation of this RectangularWithIcons.