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.
-
PlayingWave()
-
-
action(Event, Object)
- Handle an action.
Deprecated.
-
init()
- Initialize the applet.
-
main(String[])
- Used for testing as an application.
-
newSliderValue(int)
-
-
run()
- Run the applet.
-
start()
- Start the applet.
-
stop()
- Stop the applet.
PlayingWave
public PlayingWave()
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
init
public void init()
- Initialize the applet.
- Overrides:
- init in class Applet
newSliderValue
public void newSliderValue(int v)
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
run
public void run()
- Run the applet.
start
public void start()
- Start the applet.
- Overrides:
- start in class Applet
stop
public void stop()
- Stop the applet.
- Overrides:
- stop in class Applet
All Packages Class Hierarchy This Package Previous Next Index