Barcode AR Info Annotation Footer
Defined in package com.scandit.datacapture.barcode.ar.ui
- BarcodeArInfoAnnotationFooter
class BarcodeArInfoAnnotationFooterAdded in version 7.1.0
The footer of an info annotation.
- BarcodeArInfoAnnotationFooter()
BarcodeArInfoAnnotationFooter()Added in version 7.1.0
Constructs a new instance of the info annotation footer.
- 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 #FFFFFF.
- backgroundColor
intgetBackgroundColor()voidsetBackgroundColor(intvalue)Added in version 7.1.0
The background color. Default is #000000.