com.jidesoft.chart.util
Interface Filter<T>
- Type Parameters:
T - the type of object that the filter can operate on
- All Known Implementing Classes:
- AxisFilter, IdentityFilter, MultiAxisFilter
public interface Filter<T>
An interface for objects that implement an inclusion/exclusion rule on some other type T
|
Method Summary |
boolean |
isValueFiltered(T other)
Specifies whether the object should be removed by the filter |
isValueFiltered
boolean isValueFiltered(T other)
- Specifies whether the object should be removed by the filter
- Parameters:
other - the input object to test for removal
- Returns:
- a boolean to indicate whether the object is to be removed