BackgroundFill

class BackgroundFill(val delegate: BackgroundFill) extends SFXDelegate[BackgroundFill]

The fill and associated properties that direct how to fill the background of a Region.

The fill and associated properties that direct how to fill the background of a Region.

Companion
object
trait SFXDelegate[BackgroundFill]
class Object
trait Matchable
class Any

Value members

Constructors

def this(fill: Paint, radii: CornerRadii, insets: Insets)

Creates a new BackgroundFill with the specified fill, radii, and insets.

Creates a new BackgroundFill with the specified fill, radii, and insets.

Concrete methods

def fill: Paint

The Paint to use for filling the background of the Region.

The Paint to use for filling the background of the Region.

The Insets to use for this fill.

The Insets to use for this fill.

The Radii to use for representing the four radii of the BackgroundFill.

The Radii to use for representing the four radii of the BackgroundFill.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: BackgroundFill