Creates a new BorderWidths.
Creates a new BorderWidths with the specified widths for top, right, bottom, and left.
Creates a new BorderWidths using the given width for all four borders, and treating this width as a literal value, and not a percentage.
The non-negative value (with the exception of AUTO) indicating the border thickness on the bottom of the border.
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 non-negative value (with the exception of AUTO) indicating the border thickness on the left of the border.
The non-negative value (with the exception of AUTO) indicating the border thickness on the right of the border.
Returns the original delegate's toString()
adding a [SFX]
prefix.
A non-negative value (with the exception of AUTO) indicating the border thickness on the top of the border.
Defines widths for four components (top, right, bottom, and left).