javax.sound.sampled
Class ReverbType

java.lang.Object
  extended by javax.sound.sampled.ReverbType

public class ReverbType
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDecayTime()
           
 int getEarlyReflectionDelay()
           
 float getEarlyReflectionIntensity()
           
 int getLateReflectionDelay()
           
 float getLateReflectionIntensity()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getEarlyReflectionDelay

public int getEarlyReflectionDelay()

getEarlyReflectionIntensity

public float getEarlyReflectionIntensity()

getLateReflectionDelay

public int getLateReflectionDelay()

getLateReflectionIntensity

public float getLateReflectionIntensity()

getDecayTime

public int getDecayTime()

equals

public final boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object