VBox

scalafx.scene.layout.VBox
See theVBox companion class
object VBox

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
VBox.type

Members list

Value members

Concrete methods

def clearConstraints(child: Node): Unit

Removes all vbox constraints from the child node.

Removes all vbox constraints from the child node.

Attributes

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

Attributes

def getVgrow(child: Node): Priority

Returns the child's vgrow constraint if set.

Returns the child's vgrow constraint if set.

Attributes

def setMargin(child: Node, value: Insets): Unit

Sets the margin for the child when contained by a vbox.

Sets the margin for the child when contained by a vbox.

Attributes

def setVgrow(child: Node, value: Priority): Unit

Sets the vertical grow priority for the child when contained by a vbox.

Sets the vertical grow priority for the child when contained by a vbox.

Attributes

Implicits

Implicits

implicit def sfxVBox2jfx(v: VBox): VBox