Java javafx.scene.layout VBox fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.layout VBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.layout VBox.

The text is from its open source code.

Subclass

javafx.scene.layout.VBox has subclasses.
Click this link to see all its subclasses.

Constructor

VBox()
Creates a VBox layout with spacing = 0 and alignment at TOP_LEFT.
VBox(double spacing)
Creates a VBox layout with the specified spacing between children.
VBox(Node... children)
Creates an VBox layout with spacing = 0.
VBox(double spacing, Node... children)
Creates an VBox layout with the specified spacing between children.

Method

ObjectPropertyalignmentProperty()
The overall alignment of children within the vbox's width and height.
PosgetAlignment()
ObservableListgetChildren()
OrientationgetContentBias()
doublegetSpacing()
ObservableListgetStyleClass()
booleanisFillWidth()
DoublePropertylayoutXProperty()
DoublePropertylayoutYProperty()
DoublePropertyprefWidthProperty()
voidsetAlignment(Pos value)
voidsetFillWidth(boolean value)
voidsetLayoutX(double value)
voidsetLayoutY(double value)
voidsetMargin(Node child, Insets value)
Sets the margin for the child when contained by a vbox.
voidsetMaxHeight(double value)
voidsetMaxSize(double maxWidth, double maxHeight)
Convenience method for overriding the region's computed maximum width and height.
voidsetMaxWidth(double value)
voidsetMinHeight(double value)
voidsetOnMouseReleased(EventHandler value)
voidsetPadding(Insets value)
voidsetPrefHeight(double value)
voidsetPrefWidth(double value)
voidsetSpacing(double value)
voidsetStyle(String value)
A string representation of the CSS style associated with this specific Node .
voidsetVgrow(Node child, Priority value)
Sets the vertical grow priority for the child when contained by an vbox.
voidsetVisible(boolean value)
DoublePropertyspacingProperty()
The amount of vertical space between each child in the vbox.
ReadOnlyDoublePropertywidthProperty()