|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Visualizable
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 |
|---|
void render(java.awt.Graphics g,
int width,
int height)
g - the graphics contextwidth - the height of the graphics contextheight - the width of the graphics context
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||