BorderPane

scalafx.scene.layout.BorderPane
See theBorderPane companion class
object BorderPane

Attributes

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

Members list

Value members

Concrete methods

def clearConstraints(child: Node): Unit

Removes all borderpane constraints from the child node.

Removes all borderpane constraints from the child node.

Attributes

def getAlignment(child: Node): Pos

Returns the child's alignment constraint if set.

Returns the child's alignment 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 setAlignment(child: Node, value: Pos): Unit

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

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

Attributes

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

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

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

Attributes

Implicits

Implicits

implicit def sfxBorderPane2jfx(v: BorderPane): BorderPane