BorderImage

scalafx.scene.layout.BorderImage
See theBorderImage companion object
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.

Attributes

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

Members list

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.

Attributes

Concrete methods

def image: Image

The image to be used.

The image to be used.

Attributes

def insets: Insets

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.

Attributes

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.

Attributes

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.

Attributes

Defines the slices of the image.@return

Defines the slices of the image.@return

Attributes

The widths of the border on each side.

The widths of the border on each side.

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes