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
-
PlotDemo()
-
-
getAppletInfo()
- Return a string describing this applet.
-
init()
- Initialize the applet.
PlotDemo
public PlotDemo()
getAppletInfo
public String getAppletInfo()
- Return a string describing this applet.
- Overrides:
- getAppletInfo in class PlotApplet
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