The colors used for the highlighting effect are determined based on the current color. The resulting rectangle covers an area that is width + 1
pixels wide by height + 1
pixels tall.
@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 raised a boolean that determines whether the rectangleappears to be raised above the surface or sunk into the surface.
@see java.awt.Graphics#fill3DRect
The colors used for the highlighting effect are determined based on the current color. The resulting rectangle covers an area that is width + 1
pixels wide by height + 1
pixels tall. This method uses the current Color
exclusively and ignores the current Paint
.
@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 raised a boolean that determines whether the rectangleappears to be raised above the surface or sunk into the surface.
@see java.awt.Graphics#fill3DRect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|