Barcode AR Info Annotation Header
Defined in package com.scandit.datacapture.barcode.ar.ui
- BarcodeArInfoAnnotationHeader
class BarcodeArInfoAnnotationHeaderAdded in version 7.1.0
The header of an info annotation.
- BarcodeArInfoAnnotationHeader()
BarcodeArInfoAnnotationHeader()Added in version 7.1.0
Constructs a new instance of the info annotation header.
- text
@Nullable String getText()
voidsetText(@Nullable String value)Added in version 7.1.0
The text. Default is null.
- icon
@Nullable ScanditIcon getIcon()
voidsetIcon(@Nullable ScanditIcon value)Added in version 7.1.0
The icon. Default is null.
- textSize
floatgetTextSize()voidsetTextSize(floatvalue)Added in version 7.1.0
The size of the text. Default is 16 scale-independent pixels.
- typeface
@NonNull Typeface getTypeface()
voidsetTypeface(@NonNull Typeface value)Added in version 7.1.0
The font used for the text.
- textColor
intgetTextColor()voidsetTextColor(intvalue)Added in version 7.1.0
The color of the text. Default is #000000.
- backgroundColor
intgetBackgroundColor()voidsetBackgroundColor(intvalue)Added in version 7.1.0
The background color. Default is #00FFFF.