Example usage for Java javafx.scene.layout Region fields, constructors, methods, implement or subclass
The text is from its open source code.
double | USE_PREF_SIZE Sentinel value which can be passed to a region's #setMinWidth(double) setMinWidth , #setMinHeight(double) setMinHeight , #setMaxWidth(double) setMaxWidth or #setMaxHeight(double) setMaxHeight methods to indicate that the preferred dimension should be used for that max and/or min constraint. |
Region() Creates a new Region with an empty Background and and empty Border. |
Insets | getInsets() |
DoubleProperty | maxHeightProperty() |
DoubleProperty | maxWidthProperty() |
DoubleProperty | minHeightProperty() |
DoubleProperty | minWidthProperty() |
DoubleProperty | prefHeightProperty() |
DoubleProperty | prefWidthProperty() |
void | setBorder(Border value) |
void | setMaxHeight(double value) |
void | setMaxWidth(double value) |
void | setPadding(Insets value) |
void | setPrefHeight(double value) |
void | setPrefWidth(double value) |
void | setStyle(String value) A string representation of the CSS style associated with this specific Node . |
BooleanProperty | visibleProperty() |