FlowPane

object FlowPane
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def clearConstraints(child: Node): Unit

Removes all flowpane constraints from the child node.

Removes all flowpane constraints from the child node.

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

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

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

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

Deprecated methods

@deprecated("Use clearConstraints(scalafx.scene.Node) instead", "1.0")
def clearConstraints(child: Node): Unit

Added just for satisfy tests.

Added just for satisfy tests.

Deprecated

Implicits

Implicits

implicit def sfxFlowPane2jfx(v: FlowPane): FlowPane