Example usage for Java javafx.scene.text TextFlow fields, constructors, methods, implement or subclass
The text is from its open source code.
TextFlow() Creates an empty TextFlow layout. | |
TextFlow(Node... children) Creates a TextFlow layout with the given children. |
void | autosize() If the node is resizable, will set its layout bounds to its current preferred width and height. |
ObjectProperty | backgroundProperty() |
ObservableList | getChildren() |
ObservableList | getStyleClass() |
double | getWidth() |
BooleanProperty | managedProperty() |
void | setMinWidth(double value) |
void | setPadding(Insets value) |
void | setStyle(String value) A string representation of the CSS style associated with this specific Node . |
void | setTextAlignment(TextAlignment value) |
BooleanProperty | visibleProperty() |