KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > ReverbType

javax.sound.sampled
Class ReverbType

java.lang.Object
  extended by javax.sound.sampled.ReverbType
See Also:
Source Code

public final boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int getDecayTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int getEarlyReflectionDelay()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final float getEarlyReflectionIntensity()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int getLateReflectionDelay()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final float getLateReflectionIntensity()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ReverbType(String name,
                     int earlyReflectionDelay,
                     float earlyReflectionIntensity,
                     int lateReflectionDelay,
                     float lateReflectionIntensity,
                     int decayTime)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags