All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptplot.demo.audio.PlayingWave

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ptplot.demo.audio.PlayingWave

public class PlayingWave
extends Applet
implements SliderObserver
A realtime audio applet that uses live plotting.


Constructor Index

 o PlayingWave()

Method Index

 o action(Event, Object)
Handle an action. Deprecated.
 o init()
Initialize the applet.
 o main(String[])
Used for testing as an application.
 o newSliderValue(int)
 o run()
Run the applet.
 o start()
Start the applet.
 o stop()
Stop the applet.

Constructors

 o PlayingWave
 public PlayingWave()

Methods

 o action
 public boolean action(Event evt,
                       Object obj)
Note: action() is deprecated. As of JDK1.1 in java.awt.component, but we need to compile under 1.0.2 for netscape3.x compatibility.

Handle an action.

Overrides:
action in class Component
 o init
 public void init()
Initialize the applet.

Overrides:
init in class Applet
 o newSliderValue
 public void newSliderValue(int v)
 o main
 public static void main(String args[])
Used for testing as an application. Run with:
java -classpath ../../..:/opt/jdk1.1.4/lib/classes.zip ptplot.demo.audio.PlayingWave

 o run
 public void run()
Run the applet.

 o start
 public void start()
Start the applet.

Overrides:
start in class Applet
 o stop
 public void stop()
Stop the applet.

Overrides:
stop in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index