main
Class NoiseGenerator

java.lang.Object
  extended bymain.NoiseGenerator

public class NoiseGenerator
extends java.lang.Object


Constructor Summary
NoiseGenerator()
           
 
Method Summary
 float getMaxAmplitude()
           
 float getMaxFrequency()
           
 float getMinFrequency()
           
 float getNoise(float time)
           
 int getNumFrequencies()
           
 void reset()
           
 void setMaxAmplitude(float max)
           
 void setMaxFrequency(float max)
           
 void setMinFrequency(float min)
           
 void setNumFrequencies(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoiseGenerator

public NoiseGenerator()
Method Detail

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()