sound.shortProcessors
Class OscopeProcessor

java.lang.Object
  extended by sound.shortProcessors.OscopeProcessor
All Implemented Interfaces:
java.io.Serializable, ShortProcessor

public class OscopeProcessor
extends java.lang.Object
implements ShortProcessor

Douglas Lyon, DocJava, Inc. User: dlyon Date: Nov 20, 2007 Time: 6:42:40 PM

See Also:
Serialized Form

Constructor Summary
OscopeProcessor(OscopePanel osp)
           
 
Method Summary
 void process(short[] shorts)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OscopeProcessor

public OscopeProcessor(OscopePanel osp)
Method Detail

process

public void process(short[] shorts)
Specified by:
process in interface ShortProcessor