Serialized Form


Package org.generation5.nn

Class org.generation5.nn.NeuralNetworkException extends java.lang.Exception implements Serializable


Package org.generation5.swing

Class org.generation5.swing.VisStepApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

resetButton

javax.swing.JButton resetButton

startButton

javax.swing.JButton startButton

stepButton

javax.swing.JButton stepButton

toolbarPanel

javax.swing.JPanel toolbarPanel

visualizationPanel

VisualizationPanel visualizationPanel

isRunning

boolean isRunning
Denotes whether the applet is running. This is controlled by an animation timer.


allowMouseInteraction

boolean allowMouseInteraction
Denotes whether the applet allows for mouse interaction. This is automatically set if the toolbar is hidden. A double-click starts or stops the applet, a right- click will advance the demonstration one timestep.


animTimer

javax.swing.Timer animTimer
The animation/control timer. The timer will fire the desired number of frames per second, calling both the doStep method and the repaint method of the visualization panel.

See Also:
Steppable.doStep()

clrBackground

java.awt.Color clrBackground
The background color. This is used as the background of the toolbar and the visualization panel.


steppable

Steppable steppable
The steppable content.


visualizable

Visualizable visualizable
The visualizable content.


actions

VisStepListener actions
The actions for this applet for the start, step, reset and timer actions.

Class org.generation5.swing.VisualizationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

antiAliasing

boolean antiAliasing
Boolean value to specify whether anti-aliasing is to be used.


clrBackground

java.awt.Color clrBackground

visualizeContent

Visualizable visualizeContent


This documentation is part of the Generation5 JDK.