sound.window
Class EnvelopePoint

java.lang.Object
  extended by sound.window.EnvelopePoint

public class EnvelopePoint
extends java.lang.Object


Constructor Summary
EnvelopePoint(double value, double time)
           
 
Method Summary
 double getTime()
           
 double getValue()
           
 void setTime(double time)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopePoint

public EnvelopePoint(double value,
                     double time)
Method Detail

getValue

public double getValue()

setValue

public void setValue(double value)

getTime

public double getTime()

setTime

public void setTime(double time)