javax.sound.sampled
Class ReverbType
java.lang.Object
javax.sound.sampled.ReverbType
public class ReverbType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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