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
-
PlotLiveDemoApplet()
-
-
getAppletInfo()
- Return a string describing this applet.
-
init()
-
Initialize the applet.
-
newPlot()
- Create a new Plot object to operate on.
-
paint(Graphics)
-
Paint the graphics.
-
plot()
- Return the Plot object to operate on.
-
resize(int, int)
-
Resize the plot.
Deprecated.
-
run()
-
Paint the graphics.
-
start()
- Start the plot
-
stop()
- Stop the plot.
PlotLiveDemoApplet
public PlotLiveDemoApplet()
getAppletInfo
public String getAppletInfo()
- Return a string describing this applet.
- Overrides:
- getAppletInfo in class PlotApplet
init
public void init()
- Initialize the applet.
- Overrides:
- init in class PlotApplet
newPlot
public void newPlot()
- Create a new Plot object to operate on.
- Overrides:
- newPlot in class PlotApplet
paint
public void paint(Graphics graphics)
- Paint the graphics.
- Overrides:
- paint in class PlotApplet
plot
public Plot plot()
- Return the Plot object to operate on.
- Overrides:
- plot in class PlotApplet
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
run
public void run()
- Paint the graphics.
- Overrides:
- run in class PlotApplet
start
public void start()
- Start the plot
- Overrides:
- start in class PlotApplet
stop
public void stop()
- Stop the plot.
- Overrides:
- stop in class PlotApplet
All Packages Class Hierarchy This Package Previous Next Index