Class TerraTextAreaSkin

    • Method Detail

      • setColor

        public final void setColor​(int color)
        Set the foreground color to the given theme color.
        Parameters:
        color - The theme color index for the foreground color.
      • setInactiveColor

        public final void setInactiveColor​(int inactiveColor)
        Set the inactive color to the given theme color.
        Parameters:
        inactiveColor - The theme color index for the inactive color.
      • setBackgroundColor

        public final void setBackgroundColor​(int backgroundColor)
        Set the background color to the given theme color.
        Parameters:
        backgroundColor - The theme color index for the background color.
      • setSelectionColor

        public final void setSelectionColor​(int selectionColor)
        Set the selection color to the given theme color.
        Parameters:
        selectionColor - The theme color index for the selection color.
      • setSelectionBackgroundColor

        public final void setSelectionBackgroundColor​(int selectionBackgroundColor)
        Set the selection background color to the given theme color.
        Parameters:
        selectionBackgroundColor - The theme color index for the selection background color.
      • setInactiveSelectionColor

        public final void setInactiveSelectionColor​(int inactiveSelectionColor)
        Set the inactive selection color to the given theme color.
        Parameters:
        inactiveSelectionColor - The theme color index for the inactive selection color.
      • setInactiveSelectionBackgroundColor

        public final void setInactiveSelectionBackgroundColor​(int inactiveSelectionBackgroundColor)
        Set the inactive selection background color to the given theme color.
        Parameters:
        inactiveSelectionBackgroundColor - The theme color index for the inactive selection background color.