Scandit Icon

Defined in package com.scandit.datacapture.core.ui

ScanditIconType

Added in version 7.1.0

The icon types.

CHEVRON_UP

Added in version 7.1.0

Chevron pointing up.

Chevron up icon
CHEVRON_DOWN

Added in version 7.1.0

Chevron pointing down.

Chevron down icon
CHEVRON_LEFT

Added in version 7.1.0

Chevron pointing left.

Chevron left icon
CHEVRON_RIGHT

Added in version 7.1.0

Chevron pointing right.

Chevron right icon
ARROW_UP

Added in version 7.1.0

Arrow pointing up.

Arrow up icon
ARROW_DOWN

Added in version 7.1.0

Arrow pointing down.

Arrow down icon
ARROW_LEFT

Added in version 7.1.0

Arrow pointing left.

Arrow left icon
ARROW_RIGHT

Added in version 7.1.0

Arrow pointing right.

Arrow right icon
TO_PICK

Added in version 7.1.0

To pick icon.

To pick icon
CHECKMARK

Added in version 7.1.0

Checkmark icon.

Checkmark icon
X_MARK

Added in version 7.1.0

X icon.

X mark icon
QUESTION_MARK

Added in version 7.1.0

Question mark icon.

Question mark icon
EXCLAMATION_MARK

Added in version 7.1.0

Exclamation mark icon.

Exclamation mark icon
LOW_STOCK

Added in version 7.1.0

Low stock icon.

Low stock icon
INSPECT_ITEM

Added in version 7.1.0

Inspect item icon.

Inspect item icon
EXPIRED_ITEM

Added in version 7.1.0

Expired item icon.

Expired item icon
WRONG_ITEM

Added in version 7.1.0

Wrong item icon.

Wrong item icon
FRAGILE_ITEM

Added in version 7.1.0

Fragile item icon.

Fragile item icon
STAR_OUTLINED

Added in version 7.1.0

Outlined Star icon.

Outlined star icon
STAR_FILLED

Added in version 7.1.0

Filled star icon.

Filled star icon
STAR_HALF_FILLED

Added in version 7.1.0

Half-filled star icon.

Half-filled star icon
PRINT

Added in version 7.1.0

Print icon.

Print icon
ScanditIconShape

Added in version 7.1.0

The icon shapes.

CIRCLE

Added in version 7.1.0

Circle shape.

SQUARE

Added in version 7.1.0

Square shape.

ScanditIcon
class ScanditIcon

Added in version 7.1.0

Class that holds a Scandit icon.

builder()
static @NonNull ScanditIconBuilder builder()

Added in version 7.1.0

Constructs a scandit icon builder to build a scandit icon.

icon
ScanditIconType getIcon()

Added in version 7.1.0

The icon.

iconColor
@Nullable Integer getIconColor()

Added in version 7.1.0

The color of the icon.

backgroundColor
@Nullable Integer getBackgroundColor()

Added in version 7.1.0

The color applied to the icon’s background.

backgroundStrokeColor
@Nullable Integer getBackgroundStrokeColor()

Added in version 7.1.0

The color of the stroke applied to the icon’s background.

backgroundStrokeWidth
float getBackgroundStrokeWidth()

Added in version 7.1.0

The width of the stroke applied to the icon’s background.

backgroundShape
ScanditIconShape getBackgroundShape()

Added in version 7.1.0

The icon’s background shape.