All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.part.SoundCardDisplay

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pinball.part.SoundCardDisplay

public class SoundCardDisplay
extends Frame
Displays the graph of sound.


Variable Index

 o graph
The graph display.
 o sample
The sound sample.
 o sound
The sound card.

Constructor Index

 o SoundCardDisplay(SoundCard)
Display the sound graph on the screen.

Method Index

 o sample()
Get a sound sample.
 o test()
Test sound

Variables

 o sound
 public SoundCard sound
The sound card.

 o sample
 public byte sample[]
The sound sample.

 o graph
 public SoundCardGraph graph
The graph display.

Constructors

 o SoundCardDisplay
 public SoundCardDisplay(SoundCard sound)
Display the sound graph on the screen.

Parameters:
sound - the sound card to get the sounds from.

Methods

 o test
 public void test()
Test sound

 o sample
 public void sample()
Get a sound sample.


All Packages  Class Hierarchy  This Package  Previous  Next  Index