All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptplot.demo.PlotDemo

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

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

Version:
@(#)PlotDemo.java 1.17 04/29/98
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