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
-
plotPanel(Frame, String, Vector, Vector)
-
-
actionPerformed(ActionEvent)
-
-
toString()
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
plotPanel
public plotPanel(Frame f,
String results,
Vector xVal,
Vector yVal)
actionPerformed
public void actionPerformed(ActionEvent e)
toString
public String toString()
- Overrides:
- toString in class Component
windowClosing
public void windowClosing(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)