Uses of Class
org.deeplearning4j.ui.components.text.style.StyleText.Builder
-
Packages that use StyleText.Builder Package Description org.deeplearning4j.ui.components.text.style -
-
Uses of StyleText.Builder in org.deeplearning4j.ui.components.text.style
Methods in org.deeplearning4j.ui.components.text.style that return StyleText.Builder Modifier and Type Method Description StyleText.BuilderStyleText.Builder. color(Color color)Color for the textStyleText.BuilderStyleText.Builder. color(String color)Color for the textStyleText.BuilderStyleText.Builder. font(String font)Specify the font to be used for the textStyleText.BuilderStyleText.Builder. fontSize(double size)Size of the font (pt)StyleText.BuilderStyleText.Builder. underline(boolean underline)If true: text should be underlined (default: not)StyleText.BuilderStyleText.Builder. whitespacePre(boolean whitespacePre)If set to true: add a "white-space: pre" to the style.
-