|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Drawable - interface for objects that can be drawn
| Method Summary | |
void |
draw()
draw the entire object |
void |
draw(int x,
int y)
draw the entire object at location specified by (x,y) |
void |
draw(int x1,
int y1,
int x2,
int y2)
draw the object within the boundaries specified by (x1,y1) and (x2,y2) |
| Method Detail |
public void draw()
public void draw(int x,
int y)
public void draw(int x1,
int y1,
int x2,
int y2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||