StackPane

object StackPane
Companion
class
class Object
trait Matchable
class Any

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.

def getAlignment(child: Node): Pos

Returns the child's alignment constraint if set.

Returns the child's alignment constraint if set.

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

def setAlignment(child: Node, value: Pos): Unit

Sets the alignment for the child when contained by a stackpane.

Sets the alignment for the child when contained by a stackpane.

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.

Implicits

Implicits

implicit def sfxStackPane2jfx(v: StackPane): StackPane