Creates a new BackgroundImage.Defines properties describing how to render an image as the border of some Region.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
The image to be used.
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 y-axis of the region.
Defines the slices of the image.@return
Returns the original delegate's toString()
adding a [SFX]
prefix.
The widths of the border on each side.
Defines properties describing how to render an image as the background to some scalafx.scene.layout.Region.