Constructor and Description |
---|
UserSuppliedBandwidth(double h) |
UserSuppliedBandwidth(double h,
double adjustmentFactor) |
Modifier and Type | Method and Description |
---|---|
double |
getAdjustmentFactor()
The bandwidth is multiplied by teh adjustment factor to increase or decrease smoothing.
|
void |
setValue(double h) |
double |
value()
The value of teh bandwidth
|
public UserSuppliedBandwidth(double h)
public UserSuppliedBandwidth(double h, double adjustmentFactor)
public double value()
Bandwidth
public void setValue(double h)
public double getAdjustmentFactor()
Bandwidth
getAdjustmentFactor
in interface Bandwidth