Package io.anyline.wrapper.config
Class WrapperSessionScanViewConfigOptionLabel
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanViewConfigOptionLabel implements Serializable
WrapperSessionScanViewConfigOptionLabel
Deprecated. iOS only. A static text label displayed on the scan view. Use the Simple Instruction Label UI Feedback preset instead.
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanViewConfigOptionLabel()
-
Method Summary
Modifier and Type Method Description StringgetText()The text to display. voidsetText(String text)The text to display. StringgetColor()Hex color string for the label text. voidsetColor(String color)Hex color string for the label text. IntegergetSize()The font size of the label. voidsetSize(Integer size)The font size of the label. DoublegetOffsetX()WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis. voidsetOffsetX(Double offsetX)WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis. DoublegetOffsetY()WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis. voidsetOffsetY(Double offsetY)WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getOffsetX
Double getOffsetX()
WrapperSessionScanViewConfigOptionOffsetConfig
Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
-
setOffsetX
void setOffsetX(Double offsetX)
WrapperSessionScanViewConfigOptionOffsetConfig
Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
-
getOffsetY
Double getOffsetY()
WrapperSessionScanViewConfigOptionOffsetConfig
Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
-
setOffsetY
void setOffsetY(Double offsetY)
WrapperSessionScanViewConfigOptionOffsetConfig
Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
-
hashCode
int hashCode()
-
-
-
-