public static class LayoutUtil.HBoxUtil
extends java.lang.Object
| Constructor and Description |
|---|
HBoxUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setHGrow(javafx.scene.layout.Priority priority,
javafx.scene.Node... nodes)
Set HBox hGrow to multiple Nodes
|
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.
|
public static void setHGrow(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