Graphics.fillRoundRect
Class Overview | Class Members |
This Package |
All Packages
public abstract void fillRoundRect( int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight )
Parameters
- x
- the x coordinate of the rectangle to be filled.
- y
- the y coordinate of the rectangle to be filled.
- width
- the width of the rectangle to be filled.
- height
- the height of the rectangle to be filled.
- arcWidth
- the horizontal diameter
of the arc at the four corners.
- arcHeight
- the vertical diameter
of the arc at the four corners.
Description
Fills the specified rounded corner rectangle with the current color.
The left and right edges of the rectangle
are at x and x + width - 1,
respectively. The top and bottom edges of the rectangle are at
y and y + height - 1.
See Also
drawRoundRect