| Package | Description |
|---|---|
| org.deeplearning4j.ui.components.text.style |
| Modifier and Type | Method and Description |
|---|---|
StyleText.Builder |
StyleText.Builder.color(Color color)
Color for the text
|
StyleText.Builder |
StyleText.Builder.color(String color)
Color for the text
|
StyleText.Builder |
StyleText.Builder.font(String font)
Specify the font to be used for the text
|
StyleText.Builder |
StyleText.Builder.fontSize(double size)
Size of the font (pt)
|
StyleText.Builder |
StyleText.Builder.underline(boolean underline)
If true: text should be underlined (default: not)
|
StyleText.Builder |
StyleText.Builder.whitespacePre(boolean whitespacePre)
If set to true: add a "white-space: pre" to the style.
|
Copyright © 2021. All rights reserved.