public class LPFilter
extends java.lang.Object
| Constructor and Description |
|---|
LPFilter() |
LPFilter(LPFilterType filter,
double threshold) |
| Modifier and Type | Method and Description |
|---|---|
LPFilterType |
getFilterType() |
double |
getThreshold() |
void |
setFilterType(LPFilterType filter) |
void |
setThreshold(double threshold) |
public LPFilter()
public LPFilter(LPFilterType filter, double threshold)
public LPFilterType getFilterType()
public double getThreshold()
public void setFilterType(LPFilterType filter)
filter - the filter to setpublic void setThreshold(double threshold)
threshold - the threshold to set