@Deprecated
public class LPFilter
extends java.lang.Object
| Constructor and Description |
|---|
LPFilter()
Deprecated.
|
LPFilter(LPFilterType filter,
double threshold)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LPFilterType |
getFilterType()
Deprecated.
|
double |
getThreshold()
Deprecated.
|
void |
setFilterType(LPFilterType filter)
Deprecated.
|
void |
setThreshold(double threshold)
Deprecated.
|
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