Package io.anyline.wrapper.config
Class WrapperSessionScanViewConfigOptionLabel
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanViewConfigOptionLabel implements Serializable
WrapperSessionScanViewConfigOptionLabel
A static text label can be added to the scan view.
-
-
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()A color, denoted by a hex string, the label is to be displayed in. voidsetColor(String color)A color, denoted by a hex string, the label is to be displayed in. IntegergetSize()The font size of the label. voidsetSize(Integer size)The font size of the label. DoublegetOffsetX()WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. voidsetOffsetX(Double offsetX)WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. DoublegetOffsetY()WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. voidsetOffsetY(Double offsetY)WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
setColor
void setColor(String color)
A color, denoted by a hex string, the label is to be displayed in.
-
getOffsetX
Double getOffsetX()
WrapperSessionScanViewConfigOptionOffsetConfig
Float pixel offset for fine-tuning UI element position.
-
setOffsetX
void setOffsetX(Double offsetX)
WrapperSessionScanViewConfigOptionOffsetConfig
Float pixel offset for fine-tuning UI element position.
-
getOffsetY
Double getOffsetY()
WrapperSessionScanViewConfigOptionOffsetConfig
Float pixel offset for fine-tuning UI element position.
-
setOffsetY
void setOffsetY(Double offsetY)
WrapperSessionScanViewConfigOptionOffsetConfig
Float pixel offset for fine-tuning UI element position.
-
hashCode
int hashCode()
-
-
-
-