Creates a new CornerRadii
, allowing for specification of each component of each corner radii
and whether each component should be treated as a value or percentage.
Create a new CornerRadii with uniform yet independent radii for each corner.
Create a new CornerRadii with the given radii for each corner.
Create a new CornerRadii with a single uniform radii value for all components of all corners.
The length of the horizontal radii of the bottom-left corner.
The length of the vertical radii of the bottom-left corner.
The length of the horizontal radii of the bottom-right corner.
The length of the vertical radii of the bottom-right corner.
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
Returns the original delegate's toString()
adding a [SFX]
prefix.
The length of the horizontal radii of the top-left corner.
The length of the vertical radii of the top-left corner.
The length of the horizontal radii of the top-right corner.
The length of the vertical radii of the top-right corner.
Defines the radii of each of the four corners of a BorderStroke.