|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Shape | +--RoundRectShape
RoundRectShape class This class represents rectangle shapes with rounded corners. (Note that it uses the inherited version of the containsPoint(x,y) method, even though that is not perfectly accurate when (x,y) is near one of the corners.)
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) |
RoundRectShape()
|
Method Summary | |
(package private) void |
draw(java.awt.Graphics g)
|
Methods inherited from class Shape |
containsPoint,
moveBy,
reshape,
setColor |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
RoundRectShape()
Method Detail |
void draw(java.awt.Graphics g)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |