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

Constructor Index

 o PlotLiveApplet()

Method Index

 o getAppletInfo()
Return a string describing this applet.
 o start()
Start the plot thread.
 o stop()
Stop the plot thread.

Constructors

 o PlotLiveApplet
 public PlotLiveApplet()

Methods

 o getAppletInfo
 public String getAppletInfo()
Return a string describing this applet.

Returns:
A description of the applet.
Overrides:
getAppletInfo in class PlotApplet
 o start
 public void start()
Start the plot thread.

Overrides:
start in class Applet
 o stop
 public void stop()
Stop the plot thread.

Overrides:
stop in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index