|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Shape
|
+--OvalShape
OvalShape class This class represents oval shapes.
Update History -------------- Date By Description ---- -- ----------- 11/10/00 Asha Mony Creation
| Fields inherited from class Shape |
color,
height,
left,
top,
width |
| Constructor Summary | |
(package private) |
OvalShape()
|
| Method Summary | |
(package private) boolean |
containsPoint(int x,
int y)
|
(package private) void |
draw(java.awt.Graphics g)
|
| Methods inherited from class Shape |
moveBy,
reshape,
setColor |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
OvalShape()
| Method Detail |
void draw(java.awt.Graphics g)
boolean containsPoint(int x,
int y)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||