Class plotPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----plotPanel

public class plotPanel
extends Dialog
implements ActionListener, WindowListener

Constructor Index

 o plotPanel(Frame, String, Vector, Vector)

Method Index

 o actionPerformed(ActionEvent)
 o toString()
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Constructors

 o plotPanel
 public plotPanel(Frame f,
                  String results,
                  Vector xVal,
                  Vector yVal)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o toString
 public String toString()
Overrides:
toString in class Component
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)