sound.zrs.synth
Class DelayView
java.lang.Object
   sound.zrs.synth.DelayView
sound.zrs.synth.DelayView
- All Implemented Interfaces: 
- PropertiesObserver
- public class DelayView 
- extends java.lang.Object
| Constructor Summary | 
| DelayView(sound.zrs.synth.SynthComponent pa)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DelayView
public DelayView(sound.zrs.synth.SynthComponent pa)
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:
- hidePropertiesin interface- PropertiesObserver
 
-