public static class LayoutUtil.VBoxUtil
extends java.lang.Object
| Constructor and Description |
|---|
VBoxUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setMargin(javafx.geometry.Insets insets,
java.util.Collection<javafx.scene.Node> nodes)
Set margin to a collection of Nodes.
|
static void |
setMargin(javafx.geometry.Insets insets,
javafx.scene.Node... nodes)
Set margin to multiple Nodes.
|
static void |
setVGrow(javafx.scene.layout.Priority priority,
javafx.scene.Node... nodes)
Set VBox vGrow to multiple Nodes
|
public static void setVGrow(javafx.scene.layout.Priority priority,
javafx.scene.Node... nodes)
priority - - priority to setnodes - - the nodespublic static void setMargin(javafx.geometry.Insets insets,
javafx.scene.Node... nodes)
insets - - the margin insetsnodes - - the nodes to receive the marginpublic static void setMargin(javafx.geometry.Insets insets,
java.util.Collection<javafx.scene.Node> nodes)
insets - - the margin insetsnodes - - the nodes to receive the margin