Class SingleStyleSelectorFilter

java.lang.Object
org.gvsig.app.gui.styling.SingleStyleSelectorFilter
All Implemented Interfaces:
SelectorFilter

public class SingleStyleSelectorFilter extends Object implements SelectorFilter
  • Constructor Details

    • SingleStyleSelectorFilter

      public SingleStyleSelectorFilter(org.gvsig.fmap.mapcontext.rendering.symbols.styles.IStyle sty)
    • SingleStyleSelectorFilter

      public SingleStyleSelectorFilter(Class clz)
  • Method Details

    • accepts

      public boolean accepts(Object obj)
      Description copied from interface: SelectorFilter
      Returns true if the object passes the filter(is accepted)or false on the contrary
      Specified by:
      accepts in interface SelectorFilter
      Parameters:
      obj -
      Returns: