Creates a new BackgroundImage.
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 position of this BackgroundImage relative to 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.
The size of this image relative to the Region.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Defines properties describing how to render an image as the background to some
Region
.