BorderImage

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

Defines properties describing how to render an image as the background to some scalafx.scene.layout.Region.

Defines properties describing how to render an image as the background to some scalafx.scene.layout.Region.

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

Value members

Constructors

def this(image: Image, widths: BorderWidths, insets: Insets, slices: BorderWidths, filled: Boolean, repeatX: BorderRepeat, repeatY: BorderRepeat)

Creates a new BackgroundImage.Defines properties describing how to render an image as the border of some Region.

Creates a new BackgroundImage.Defines properties describing how to render an image as the border of some Region.

Concrete methods

def image: Image

The image to be used.

The image to be used.

The insets of the BorderImage define where the border should be positioned relative to the edge of the Region.

The insets of the BorderImage define where the border should be positioned relative to the edge of the Region.

Indicates in what manner (if at all) the background image is to be repeated along the x-axis of the region.

Indicates in what manner (if at all) the background image is to be repeated along the x-axis of the region.

Indicates in what manner (if at all) the background image is to be repeated along the y-axis of the region.

Indicates in what manner (if at all) the background image is to be repeated along the y-axis of the region.

Defines the slices of the image.@return

Defines the slices of the image.@return

The widths of the border on each side.

The widths of the border on each side.

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