org.generation5.swing
Class VisStepApplet.NullVisualizable

java.lang.Object
  extended byorg.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.


Constructor Summary
protected VisStepApplet.NullVisualizable()
           
 
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
 

Constructor Detail

VisStepApplet.NullVisualizable

protected VisStepApplet.NullVisualizable()
Method Detail

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.

This documentation is part of the Generation5 JDK.