x and x + width, respectively. The top and bottom edges of the rectangle are at y and y + height.
@param x the x coordinate of the rectangle to be drawn.
@param y the y coordinate of the rectangle to be drawn.
@param width the width of the rectangle to be drawn.
@param height the height of the rectangle to be drawn.
@param arcWidth the horizontal diameter of the arc at the four corners.
@param arcHeight the vertical diameter of the arc at the four corners.
@see java.awt.Graphics#fillRoundRect
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |