main
Class NoiseGenerator
java.lang.Object
main.NoiseGenerator
- public class NoiseGenerator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoiseGenerator
public NoiseGenerator()
getNoise
public float getNoise(float time)
reset
public void reset()
setNumFrequencies
public void setNumFrequencies(int num)
throws java.lang.Exception
- Throws:
java.lang.Exception
getNumFrequencies
public int getNumFrequencies()
setMinFrequency
public void setMinFrequency(float min)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMinFrequency
public float getMinFrequency()
setMaxFrequency
public void setMaxFrequency(float max)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMaxFrequency
public float getMaxFrequency()
setMaxAmplitude
public void setMaxAmplitude(float max)
getMaxAmplitude
public float getMaxAmplitude()