org.generation5.swing
Class VisStepApplet.NullVisualizable
java.lang.Object
org.generation5.swing.VisStepApplet.NullVisualizable
- All Implemented Interfaces:
- Visualizable
- Enclosing class:
- VisStepApplet
- protected class VisStepApplet.NullVisualizable
- extends java.lang.Object
- implements Visualizable
This class is the default visualization.
|
Method Summary |
void |
render(java.awt.Graphics g,
int width,
int height)
Renders basic visualization. |
void |
writeImage(java.lang.String s,
int width,
int height)
Not implemented. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisStepApplet.NullVisualizable
protected VisStepApplet.NullVisualizable()
render
public void render(java.awt.Graphics g,
int width,
int height)
- Renders basic visualization.
- Specified by:
render in interface Visualizable
- Parameters:
g - the graphics context.width - the context width.height - the context height.
writeImage
public void writeImage(java.lang.String s,
int width,
int height)
- Not implemented.
- Specified by:
writeImage in interface Visualizable
- Parameters:
s - the filename.width - the image width.height - the image height.