Class NotFilter
- java.lang.Object
-
- com.bc.ceres.glayer.support.filters.NotFilter
-
- All Implemented Interfaces:
LayerFilter
public class NotFilter extends Object implements LayerFilter
-
-
Constructor Summary
Constructors Constructor Description NotFilter(LayerFilter arg)
-
-
-
Constructor Detail
-
NotFilter
public NotFilter(LayerFilter arg)
-
-
Method Detail
-
getArg
public LayerFilter getArg()
-
accept
public boolean accept(Layer layer)
- Specified by:
accept
in interfaceLayerFilter
-
-