Graphics.fillOval

Graphics.fillOval

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract void fillOval( int x, int y, int width, int height )
Parameters
x
the x coordinate of the upper left corner of the oval to be filled.
y
the y coordinate of the upper left corner of the oval to be filled.
width
the width of the oval to be filled.
height
the height of the oval to be filled.
Description
Fills an oval bounded by the specified rectangle with the current color.

See Also
drawOval