Package org.gvsig.app.gui.styling
Interface SelectorFilter
- All Known Implementing Classes:
SingleStyleSelectorFilter
public interface SelectorFilter
Interface which is used to establish a filter in order to accept an object
or refuse depending on its features
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es
-
Method Summary
-
Method Details
-
accepts
Returns true if the object passes the filter(is accepted)or false on the contrary- Parameters:
obj-- Returns:
-