Package io.anyline.wrapper.config
Class WrapperSessionScanViewConfigOptionElementOffset
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanViewConfigOptionElementOffset implements Serializable
WrapperSessionScanViewConfigOptionElementOffset
Optional pixel offset from the element's aligned position. Use positive/negative values to fine-tune positioning.
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanViewConfigOptionElementOffset()
-
Method Summary
-
-
Method Detail
-
getX
Integer getX()
Horizontal offset in pixels. Positive values move the element right, negative values move it left.
-
setX
void setX(Integer x)
Horizontal offset in pixels. Positive values move the element right, negative values move it left.
-
getY
Integer getY()
Vertical offset in pixels. Positive values move the element down, negative values move it up.
-
setY
void setY(Integer y)
Vertical offset in pixels. Positive values move the element down, negative values move it up.
-
hashCode
int hashCode()
-
-
-
-