All Packages Class Hierarchy This Package Previous Next Index
Class ptolemy.plot.PlotLiveApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ptolemy.plot.PlotApplet
|
+----ptolemy.plot.PlotLiveApplet
- public class PlotLiveApplet
- extends PlotApplet
An Applet for the PlotLive class. Derived classes should redefine
newPlot() to return a concrete instance of PlotLive.
- Version:
- $Id: PlotLiveApplet.java,v 1.8 1998/11/18 07:43:22 cxh Exp $
- Author:
- Edward A. Lee, Christopher Hylands
-
PlotLiveApplet()
-
-
getAppletInfo()
- Return a string describing this applet.
-
start()
- Start the plot thread.
-
stop()
- Stop the plot thread.
PlotLiveApplet
public PlotLiveApplet()
getAppletInfo
public String getAppletInfo()
- Return a string describing this applet.
- Returns:
- A description of the applet.
- Overrides:
- getAppletInfo in class PlotApplet
start
public void start()
- Start the plot thread.
- Overrides:
- start in class Applet
stop
public void stop()
- Stop the plot thread.
- Overrides:
- stop in class Applet
All Packages Class Hierarchy This Package Previous Next Index