Example usage for Java javafx.scene.control Separator fields, constructors, methods, implement or subclass
The text is from its open source code.
Separator() Creates a new horizontal separator with halignment and valignment set to their respective CENTER values. | |
Separator(Orientation orientation) Creates a new separator with halignment and valignment set to their respective CENTER values. |
ObservableList | getStyleClass() |
double | prefHeight(double width) Called during layout to determine the preferred height for this node. |
void | setLayoutX(double value) |
void | setLayoutY(double value) |
void | setMinHeight(double value) |
void | setMinWidth(double value) |
void | setMouseTransparent(boolean value) |
void | setOrientation(Orientation value) |
void | setPrefWidth(double value) |
void | setStyle(String value) A string representation of the CSS style associated with this specific Node . |
void | setTranslateX(double value) |
void | setValignment(VPos value) |