Barcode Pick View Highlight Style Rectangular

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

Rectangular
class Rectangular : BarcodePickViewHighlightStyle

Added in version 6.19.0

A style that will draw rectangles on top of barcodes.

Rectangular()
Rectangular()

Added in version 6.19.0

Creates a new instance with default values.

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 Rectangular.