All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptolemy.plot.demo.PlotLiveDemoApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ptolemy.plot.PlotApplet
                                           |
                                           +----ptolemy.plot.PlotLiveApplet
                                                   |
                                                   +----ptolemy.plot.demo.PlotLiveDemoApplet

public class PlotLiveDemoApplet
extends PlotLiveApplet
An Applet that demonstrates the PlotLiveDemo class.

Version:
$Id: PlotLiveDemoApplet.java,v 1.20 1998/11/17 07:45:38 ptII Exp $
Author:
Edward A. Lee, Christopher Hylands

Constructor Index

 o PlotLiveDemoApplet()

Method Index

 o getAppletInfo()
Return a string describing this applet.
 o newPlot()
Create a new Plot object to operate on.

Constructors

 o PlotLiveDemoApplet
 public PlotLiveDemoApplet()

Methods

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

Returns:
A description of the applet.
Overrides:
getAppletInfo in class PlotLiveApplet
 o newPlot
 public Plot newPlot()
Create a new Plot object to operate on.

Overrides:
newPlot in class PlotApplet

All Packages  Class Hierarchy  This Package  Previous  Next  Index