Uses of Class
jfx.incubator.scene.control.richtext.model.RichParagraph.Builder
Packages that use RichParagraph.Builder
-
Uses of RichParagraph.Builder in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return RichParagraph.BuilderModifier and TypeMethodDescriptionRichParagraph.Builder.addHighlight
(int start, int length, Color color) Adds a color background highlight.RichParagraph.Builder.addInlineNode
(Supplier<Node> generator) Adds an inline node.RichParagraph.Builder.addSegment
(String text) Adds a text segment with no styling (i.e.RichParagraph.Builder.addSegment
(String text, int start, int end, StyleAttributeMap attrs) Adds a styled text segment.RichParagraph.Builder.addSegment
(String text, StyleAttributeMap attrs) Adds a styled text segment.RichParagraph.Builder.addWavyUnderline
(int start, int length, Color color) Adds a wavy underline (typically used as a spell checker indicator) with the given color.RichParagraph.Builder.addWithInlineAndStyleNames
(String text, String style, String... css) Appends a text segment styled with both the inline style and the stylesheet style names.RichParagraph.Builder.addWithInlineStyle
(String text, String style) Appends a text segment styled with the stylesheet style names.RichParagraph.Builder.addWithStyleNames
(String text, String... css) Appends a text segment styled with the stylesheet style names.static RichParagraph.Builder
RichParagraph.builder()
Creates an instance of theBuilder
class.RichParagraph.Builder.setParagraphAttributes
(StyleAttributeMap a) Sets the paragraph attributes.