All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptolemy.plot.demo.PlotDemo

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

public class PlotDemo
extends PlotApplet
Plot a variety of test signals.

Version:
$Id: PlotDemo.java,v 1.27 1998/11/17 07:45:34 ptII Exp $
Author:
Edward A. Lee

Constructor Index

 o PlotDemo()

Method Index

 o getAppletInfo()
Return a string describing this applet.
 o init()
Initialize the applet.

Constructors

 o PlotDemo
 public PlotDemo()

Methods

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

Overrides:
getAppletInfo in class PlotApplet
 o init
 public void init()
Initialize the applet. Here we step through an example of what the the applet can do.

Overrides:
init in class PlotApplet

All Packages  Class Hierarchy  This Package  Previous  Next  Index