sound.shortProcessors
Class WindowProcessor

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

public class WindowProcessor
extends java.lang.Object
implements ShortProcessor

See Also:
Serialized Form

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

Constructor Detail

WindowProcessor

public WindowProcessor()
Method Detail

process

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