Background

scalafx.scene.layout.Background
See theBackground companion object
class Background(val delegate: Background) extends SFXDelegate[Background]

Attributes

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

Members list

Value members

Constructors

def this(fills: Array[BackgroundFill])

Create a new Background by supplying an array of BackgroundFills.

Create a new Background by supplying an array of BackgroundFills.

Attributes

def this(fills: Array[BackgroundFill], images: Array[BackgroundImage])

Create a new Background by supplying two arrays, one for background fills, and one for background images.

Create a new Background by supplying two arrays, one for background fills, and one for background images.

Attributes

def this(images: Array[BackgroundImage])

Create a new Background by supplying an array of BackgroundImages.

Create a new Background by supplying an array of BackgroundImages.

Attributes

def this(fills: Seq[BackgroundFill], images: Seq[BackgroundImage])

Create a new Background supply two Lists, one for background fills and one for background images.

Create a new Background supply two Lists, one for background fills and one for background images.

Attributes

Concrete methods

def fills: Seq[BackgroundFill]
  • The list of BackgroundFills which together define the filled portion of this Background.

Attributes

def images: Seq[BackgroundImage]

The list of BackgroundImages which together define the image portion of this Background.

The list of BackgroundImages which together define the image portion of this Background.

Attributes

The outsets of this Background.

The outsets of this Background.

Attributes

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: Background

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes