sound.zrs.synth
Class DelayView

java.lang.Object
  extended by sound.zrs.synth.DelayView
All Implemented Interfaces:
PropertiesObserver

public class DelayView
extends java.lang.Object


Constructor Summary
DelayView(sound.zrs.synth.SynthComponent pa)
           
 
Method Summary
 PropertiesDialog getProperties()
           
 void hideProperties()
           
 void read(java.io.DataInputStream in)
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayView

public DelayView(sound.zrs.synth.SynthComponent pa)
Method Detail

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Throws:
java.io.IOException

read

public void read(java.io.DataInputStream in)
          throws java.io.IOException,
                 FileFormatException
Throws:
java.io.IOException
FileFormatException

getProperties

public PropertiesDialog getProperties()

hideProperties

public void hideProperties()
Specified by:
hideProperties in interface PropertiesObserver