Uses of Class
jfx.incubator.scene.control.richtext.model.StyleAttributeMap.Builder
Packages that use StyleAttributeMap.Builder
-
Uses of StyleAttributeMap.Builder in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return StyleAttributeMap.BuilderModifier and TypeMethodDescriptionstatic StyleAttributeMap.BuilderStyleAttributeMap.builder()Creates a new Builder instance.StyleAttributeMap.Builder.merge(StyleAttributeMap attrs) Merges the specified attributes with the attributes in this instance.StyleAttributeMap.Builder.set(StyleAttribute<V> a, V value) Sets the value for the specified attribute.StyleAttributeMap.Builder.setBackground(Color color) Sets the paragraph background attribute to the specified color.StyleAttributeMap.Builder.setBold(boolean on) Sets the bold attribute.Sets the BULLET attribute.StyleAttributeMap.Builder.setFirstLineIndent(double size) Sets the FIRST_LINE_INDENT attribute.StyleAttributeMap.Builder.setFontFamily(String name) Sets the font family attribute.StyleAttributeMap.Builder.setFontSize(double size) Sets the font size attribute.StyleAttributeMap.Builder.setItalic(boolean on) Sets the italic attribute.StyleAttributeMap.Builder.setLineSpacing(double value) Sets the line spacing paragraph attribute.StyleAttributeMap.Builder.setRTL(ParagraphDirection d) Sets the paragraph direction attribute.StyleAttributeMap.Builder.setSpaceAbove(double value) Sets the space above paragraph attribute.StyleAttributeMap.Builder.setSpaceBelow(double value) Sets the space below paragraph attribute.StyleAttributeMap.Builder.setSpaceLeft(double value) Sets the space left paragraph attribute.StyleAttributeMap.Builder.setSpaceRight(double value) Sets the space right paragraph attribute.StyleAttributeMap.Builder.setStrikeThrough(boolean on) Sets the strike-through attribute.StyleAttributeMap.Builder.setTextAlignment(TextAlignment a) Sets the text alignment attribute to the specified color.StyleAttributeMap.Builder.setTextColor(Color color) Sets the text color attribute to the specified color.StyleAttributeMap.Builder.setUnderline(boolean on) Sets the underline attribute.