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_DOWN
Added in version 7.1.0
Chevron pointing down.
- CHEVRON_LEFT
Added in version 7.1.0
Chevron pointing left.
- CHEVRON_RIGHT
Added in version 7.1.0
Chevron pointing right.
- ARROW_UP
Added in version 7.1.0
Arrow pointing up.
- ARROW_DOWN
Added in version 7.1.0
Arrow pointing down.
- ARROW_LEFT
Added in version 7.1.0
Arrow pointing left.
- ARROW_RIGHT
Added in version 7.1.0
Arrow pointing right.
- TO_PICK
Added in version 7.1.0
To pick icon.
- CHECKMARK
Added in version 7.1.0
Checkmark icon.
- X_MARK
Added in version 7.1.0
X icon.
- QUESTION_MARK
Added in version 7.1.0
Question mark icon.
- EXCLAMATION_MARK
Added in version 7.1.0
Exclamation mark icon.
- LOW_STOCK
Added in version 7.1.0
Low stock icon.
- INSPECT_ITEM
Added in version 7.1.0
Inspect item icon.
- EXPIRED_ITEM
Added in version 7.1.0
Expired item icon.
- WRONG_ITEM
Added in version 7.1.0
Wrong item icon.
- FRAGILE_ITEM
Added in version 7.1.0
Fragile item icon.
- STAR_OUTLINED
Added in version 7.1.0
Outlined Star icon.
- STAR_FILLED
Added in version 7.1.0
Filled star icon.
- STAR_HALF_FILLED
Added in version 7.1.0
Half-filled star icon.
- PRINT
Added in version 7.1.0
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.
- 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.