|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This abstract class provides the necessary methods for visualizable data.
| Method Summary | |
void |
render(java.awt.Graphics g,
int width,
int height)
Render the class data in a graphics context. |
void |
writeImage(java.lang.String s,
int width,
int height)
Write an image using the class data. |
| Method Detail |
public void render(java.awt.Graphics g,
int width,
int height)
g - the graphics contextheight - the width of the graphics contextwidth - the height of the graphics context
public void writeImage(java.lang.String s,
int width,
int height)
s - the filename of the image to writewidth - the width of the imageheight - the height of the image
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||