Class WrapperSessionScanViewConfigOptionLabel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
      • Methods inherited from class java.lang.Object

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

      • WrapperSessionScanViewConfigOptionLabel

        WrapperSessionScanViewConfigOptionLabel()
    • Method Detail

      • getColor

         String getColor()

        A color, denoted by a hex string, the label is to be displayed in.

      • 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.