FlowPane

scalafx.scene.layout.FlowPane
See theFlowPane companion class
object FlowPane

Attributes

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

Members list

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.

Attributes

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

Attributes

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.

Attributes

Deprecated methods

def clearConstraints(child: Node): Unit

Added just for satisfy tests.

Added just for satisfy tests.

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxFlowPane2jfx(v: FlowPane): FlowPane