HBox

scalafx.scene.layout.HBox
See theHBox companion class
object HBox

Attributes

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

Members list

Value members

Concrete methods

def clearConstraints(child: Node): Unit

Removes all hbox constraints from the child node.

Removes all hbox constraints from the child node.

Attributes

def getHgrow(child: Node): Priority

Returns the child's hgrow constraint if set.

Returns the child's hgrow constraint if set.

Attributes

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

Attributes

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

Sets the horizontal grow priority for the child when contained by an hbox.

Sets the horizontal grow priority for the child when contained by an hbox.

Attributes

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

Sets the margin for the child when contained by an hbox.

Sets the margin for the child when contained by an hbox.

Attributes

Implicits

Implicits

implicit def sfxHBox2jfx(v: HBox): HBox