Interface ITextComponent

    • Method Detail

      • getFontStyle

        SOFontStyle getFontStyle()
        Corresponds to ESL function %HI_GetFontStyle
      • getText

        java.lang.String getText()
        Corresponds to ESL function %HI_GetText
      • setText

        void setText​(java.lang.String value)
        Corresponds to ESL function %HI_SetText
      • getTextColor

        int getTextColor()
        Corresponds to ESL function %HI_GetTextColor
      • setTextColor

        void setTextColor​(int value)
        Corresponds to ESL function %HI_SetTextColor
      • setFontStyle

        void setFontStyle​(SOFontStyle value)
        Corresponds to ESL function %HI_SetFontStyle