All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.util.ParameterizedCurve

java.lang.Object
   |
   +----improv.util.Curve
           |
           +----improv.util.ParameterizedCurve

public abstract class ParameterizedCurve
extends Curve

Constructor Index

 o ParameterizedCurve()

Method Index

 o animate(double)
This is called by the various filter types to determine the current value of the filter.
 o animate(double, double)
 o getBias()
 o getBiasCurve()
 o getFrq()
 o getFrqCurve()
 o getGain()
 o getGainCurve()
 o getMax()
 o getMaxCurve()
 o getMin()
 o getMinCurve()
 o setBias(Curve)
 o setBias(double)
 o setFrq(Curve)
 o setFrq(double)
 o setGain(Curve)
 o setGain(double)
 o setMax(Curve)
 o setMax(double)
 o setMin(Curve)
 o setMin(double)
 o setRange(double)

Constructors

 o ParameterizedCurve
 public ParameterizedCurve()

Methods

 o setFrq
 public void setFrq(double d)
 o setFrq
 public void setFrq(Curve c)
 o setMin
 public void setMin(double d)
 o setMin
 public void setMin(Curve c)
 o setMax
 public void setMax(double d)
 o setMax
 public void setMax(Curve c)
 o setBias
 public void setBias(double d)
 o setBias
 public void setBias(Curve c)
 o setGain
 public void setGain(double d)
 o setGain
 public void setGain(Curve c)
 o setRange
 public void setRange(double d)
 o getFrqCurve
 public Curve getFrqCurve()
 o getMinCurve
 public Curve getMinCurve()
 o getMaxCurve
 public Curve getMaxCurve()
 o getBiasCurve
 public Curve getBiasCurve()
 o getGainCurve
 public Curve getGainCurve()
 o getFrq
 public double getFrq()
 o getMin
 public double getMin()
 o getMax
 public double getMax()
 o getBias
 public double getBias()
 o getGain
 public double getGain()
 o animate
 public double animate(double start)
This is called by the various filter types to determine the current value of the filter.

Overrides:
animate in class Curve
 o animate
 public double animate(double start,
                       double weight)
Overrides:
animate in class Curve

All Packages  Class Hierarchy  This Package  Previous  Next  Index