All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptplot.demo.PlotLiveDemoApplet

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

public class PlotLiveDemoApplet
extends PlotApplet
implements Runnable
An Applet that demonstrates the PlotLiveDemo class.

Version:
@(#)PlotLiveDemoApplet.java 1.11 04/29/98
Author:
Edward A. Lee, Christopher Hylands

Constructor Index

 o PlotLiveDemoApplet()

Method Index

 o getAppletInfo()
Return a string describing this applet.
 o init()
Initialize the applet.
 o newPlot()
Create a new Plot object to operate on.
 o paint(Graphics)
Paint the graphics.
 o plot()
Return the Plot object to operate on.
 o resize(int, int)
Resize the plot. Deprecated.
 o run()
Paint the graphics.
 o start()
Start the plot
 o stop()
Stop the plot.

Constructors

 o PlotLiveDemoApplet
 public PlotLiveDemoApplet()

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.

Overrides:
init in class PlotApplet
 o newPlot
 public void newPlot()
Create a new Plot object to operate on.

Overrides:
newPlot in class PlotApplet
 o paint
 public void paint(Graphics graphics)
Paint the graphics.

Overrides:
paint in class PlotApplet
 o plot
 public Plot plot()
Return the Plot object to operate on.

Overrides:
plot in class PlotApplet
 o resize
 public void resize(int width,
                    int height)
Note: resize() is deprecated. As of JDK1.1 in java.awt.component, but we need to compile under 1.0.2 for netscape3.x compatibility.

Resize the plot.

Overrides:
resize in class Applet
 o run
 public void run()
Paint the graphics.

Overrides:
run in class PlotApplet
 o start
 public void start()
Start the plot

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

Overrides:
stop in class PlotApplet

All Packages  Class Hierarchy  This Package  Previous  Next  Index