-
Method Summary
The horizontal corner radius of the rect.
The vertical corner radius of the rect.
The x coordinate of the rect.
The y coordinate of the rect.
Methods inherited from interface com.persequor.extension.frontend.svg.IHasFill
fill, fill
-
Method Details
-
x
The x coordinate of the rect.
- Parameters:
x
-
-
y
The y coordinate of the rect.
- Parameters:
y
-
-
width
default IRect width(int width)
The width of the rect.
- Parameters:
width
-
-
height
default IRect height(int height)
The height of the rect.
- Parameters:
height
-
-
rx
The horizontal corner radius of the rect. Defaults to ry if it is specified.
- Parameters:
rx
-
-
ry
The vertical corner radius of the rect. Defaults to rx if it is specified.
- Parameters:
ry
-