Interface RichTextArea.BasicFormatter

    • Method Detail

      • getBackColor

        java.lang.String getBackColor()
        Deprecated.
        Gets the background color.
        Returns:
        the background color
      • getForeColor

        java.lang.String getForeColor()
        Deprecated.
        Gets the foreground color.
        Returns:
        the foreground color
      • isBold

        boolean isBold()
        Deprecated.
        Is the current region bold?
        Returns:
        true if the current region is bold
      • isItalic

        boolean isItalic()
        Deprecated.
        Is the current region italic?
        Returns:
        true if the current region is italic
      • isSubscript

        boolean isSubscript()
        Deprecated.
        Is the current region subscript?
        Returns:
        true if the current region is subscript
      • isSuperscript

        boolean isSuperscript()
        Deprecated.
        Is the current region superscript?
        Returns:
        true if the current region is superscript
      • isUnderlined

        boolean isUnderlined()
        Deprecated.
        Is the current region underlined?
        Returns:
        true if the current region is underlined
      • selectAll

        void selectAll()
        Deprecated.
        Selects all the text.
      • setBackColor

        void setBackColor​(java.lang.String color)
        Deprecated.
        Sets the background color.
        Parameters:
        color - the new background color
      • setFontName

        void setFontName​(java.lang.String name)
        Deprecated.
        Sets the font name.
        Parameters:
        name - the new font name
      • setFontSize

        void setFontSize​(RichTextArea.FontSize fontSize)
        Deprecated.
        Sets the font size.
        Parameters:
        fontSize - the new font size
      • setForeColor

        void setForeColor​(java.lang.String color)
        Deprecated.
        Sets the foreground color.
        Parameters:
        color - the new foreground color
      • setJustification

        void setJustification​(RichTextArea.Justification justification)
        Deprecated.
        Sets the justification.
        Parameters:
        justification - the new justification
      • toggleBold

        void toggleBold()
        Deprecated.
        Toggles bold.
      • toggleItalic

        void toggleItalic()
        Deprecated.
        Toggles italic.
      • toggleSubscript

        void toggleSubscript()
        Deprecated.
        Toggles subscript.
      • toggleSuperscript

        void toggleSuperscript()
        Deprecated.
        Toggles superscript.
      • toggleUnderline

        void toggleUnderline()
        Deprecated.
        Toggles underline.