Class WrapperSessionScanViewConfigOptionLabel

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class WrapperSessionScanViewConfigOptionLabel
     implements Serializable
                        

    WrapperSessionScanViewConfigOptionLabel

    Deprecated. iOS only. A static text label displayed on the scan view. Use the Simple Instruction Label UI Feedback preset instead.

    • 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() Hex color string for the label text.
      void setColor(String color) Hex color string for the label text.
      Integer getSize() The font size of the label.
      void setSize(Integer size) The font size of the label.
      Double getOffsetX() WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
      void setOffsetX(Double offsetX) WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
      Double getOffsetY() WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
      void setOffsetY(Double offsetY) WrapperSessionScanViewConfigOptionOffsetConfig Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.
      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

      • setColor

         void setColor(String color)

        Hex color string for the label text.

      • getOffsetX

         Double getOffsetX()

        WrapperSessionScanViewConfigOptionOffsetConfig

        Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.

      • setOffsetX

         void setOffsetX(Double offsetX)

        WrapperSessionScanViewConfigOptionOffsetConfig

        Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.

      • getOffsetY

         Double getOffsetY()

        WrapperSessionScanViewConfigOptionOffsetConfig

        Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.

      • setOffsetY

         void setOffsetY(Double offsetY)

        WrapperSessionScanViewConfigOptionOffsetConfig

        Pixel offset (positive or negative) for fine-tuning a UI element's position along one axis.