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
-
ParameterizedCurve()
-
-
animate(double)
- This is called by the various filter types to determine the current value of the filter.
-
animate(double, double)
-
-
getBias()
-
-
getBiasCurve()
-
-
getFrq()
-
-
getFrqCurve()
-
-
getGain()
-
-
getGainCurve()
-
-
getMax()
-
-
getMaxCurve()
-
-
getMin()
-
-
getMinCurve()
-
-
setBias(Curve)
-
-
setBias(double)
-
-
setFrq(Curve)
-
-
setFrq(double)
-
-
setGain(Curve)
-
-
setGain(double)
-
-
setMax(Curve)
-
-
setMax(double)
-
-
setMin(Curve)
-
-
setMin(double)
-
-
setRange(double)
-
ParameterizedCurve
public ParameterizedCurve()
setFrq
public void setFrq(double d)
setFrq
public void setFrq(Curve c)
setMin
public void setMin(double d)
setMin
public void setMin(Curve c)
setMax
public void setMax(double d)
setMax
public void setMax(Curve c)
setBias
public void setBias(double d)
setBias
public void setBias(Curve c)
setGain
public void setGain(double d)
setGain
public void setGain(Curve c)
setRange
public void setRange(double d)
getFrqCurve
public Curve getFrqCurve()
getMinCurve
public Curve getMinCurve()
getMaxCurve
public Curve getMaxCurve()
getBiasCurve
public Curve getBiasCurve()
getGainCurve
public Curve getGainCurve()
getFrq
public double getFrq()
getMin
public double getMin()
getMax
public double getMax()
getBias
public double getBias()
getGain
public double getGain()
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
animate
public double animate(double start,
double weight)
- Overrides:
- animate in class Curve
All Packages Class Hierarchy This Package Previous Next Index