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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public Integer x
      public Integer y
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getX() Horizontal offset in pixels.
      void setX(Integer x) Horizontal offset in pixels.
      Integer getY() Vertical offset in pixels.
      void setY(Integer y) Vertical offset in pixels.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrapperSessionScanViewConfigOptionElementOffset

        WrapperSessionScanViewConfigOptionElementOffset()
    • 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.