Provides classes to support user interface layout.
-
Gets the value of the hgrow
property.
Returns the child's hgrow constraint if set.
Returns the child's hgrow constraint if set.
Returns the child's vgrow constraint if set.
Gets the value of the vgrow
property.
Returns the child's vgrow property if set.
Convenience method for returning the higher of two priorities.
Convenience method for returning the lower of two priorities.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
The horizontal grow priority for the column.
The vertical grow priority for the row.
Convenience method for returning the higher of two priorities.
Convenience method for returning the lower of two priorities.
static void
Sets the grid position, spans, and alignment for the child when contained in a gridpane.
static void
Sets the grid position, spans, alignment, grow priorities, and margin for
the child when contained in a gridpane.
final void
Sets the value of the hgrow
property.
static void
Sets the horizontal grow priority for the child when contained by a gridpane.
static void
Sets the horizontal grow priority for the child when contained by an hbox.
static void
Sets the vertical grow priority for the child when contained by a gridpane.
final void
Sets the value of the vgrow
property.
static void
Sets the vertical grow priority for the child when contained by a vbox.
Creates a column constraint object with a fixed size range, horizontal
grow priority, horizonal alignment, and horizontal fill behavior.
Creates a row constraint object with a fixed size range, vertical
grow priority, vertical alignment, and vertical fill behavior.