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 String
getText()
The text to display. void
setText(String text)
The text to display. String
getColor()
A color, denoted by a hex string, the label is to be displayed in. void
setColor(String color)
A color, denoted by a hex string, the label is to be displayed in. Integer
getSize()
The font size of the label. void
setSize(Integer size)
The font size of the label. Double
getOffsetX()
WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. void
setOffsetX(Double offsetX)
WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. Double
getOffsetY()
WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. void
setOffsetY(Double offsetY)
WrapperSessionScanViewConfigOptionOffsetConfig Float pixel offset for fine-tuning UI element position. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-