Class TerraTextPaneSkin

    • Method Detail

      • setColor

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

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

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

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

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

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