Class ssfd.QGraph2
All Packages Class Hierarchy This Package Previous Next Index
Class ssfd.QGraph2
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ssfd.QGraph2
- public class QGraph2
- extends Frame
- implements Observer
This program was written to work with Daren Stotler's SSFD program
It takes the Q value calculated by that simulation and plots a graph
of Q versus attempt. this program uses the graph class library
by Leigh Brookshaw and borrow heavily from his "example1"
- Author:
- Matthew Fritz
-
update(Observable, Object)
- This method adds a data point to the dataset
update
public void update(Observable obs,
Object ar)
- This method adds a data point to the dataset
All Packages Class Hierarchy This Package Previous Next Index