RowConstraints

scalafx.scene.layout.RowConstraints
See theRowConstraints companion object
class RowConstraints(val delegate: RowConstraints) extends ConstraintsBase, SFXDelegate[RowConstraints]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[RowConstraints]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(height: Double)

Creates a row constraint object with a fixed height.

Creates a row constraint object with a fixed height.

Attributes

def this(minHeight: Double, prefHeight: Double, maxHeight: Double)

Creates a row constraint object with a fixed size range.

Creates a row constraint object with a fixed size range.

Attributes

def this(minHeight: Double, prefHeight: Double, maxHeight: Double, vgrow: Priority, valignment: VPos, fillHeight: Boolean)

Creates a row constraint object with a fixed size range, vertical grow priority, vertical alignment, and vertical fill behavior.

Creates a row constraint object with a fixed size range, vertical grow priority, vertical alignment, and vertical fill behavior.

Attributes

Concrete methods

The vertical fill policy for the row.

The vertical fill policy for the row.

Attributes

The maximum height for the row.

The maximum height for the row.

Attributes

The minimum height for the row.

The minimum height for the row.

Attributes

The height percentage of the row.

The height percentage of the row.

Attributes

The preferred height for the row.

The preferred height for the row.

Attributes

The vertical alignment for the row.

The vertical alignment for the row.

Attributes

def vgrow: ObjectProperty[Priority]

The vertical grow priority for the row.

The vertical grow priority for the row.

Attributes

def vgrow_=(v: Priority): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: RowConstraints

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes