infovis.column.filter
Class ExceptNamed

java.lang.Object
  extended by infovis.column.filter.ExceptNamed
All Implemented Interfaces:
ColumnFilter

public class ExceptNamed
extends Object
implements ColumnFilter

Version:
$Revision: 1.5 $
Author:
Jean-Daniel Fekete

Constructor Summary
ExceptNamed(String name)
          Constructor for ExceptNamed.
 
Method Summary
 boolean filter(Column column)
          Returns true if the Column should be filtered out.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptNamed

public ExceptNamed(String name)
Constructor for ExceptNamed.

Method Detail

filter

public boolean filter(Column column)
Description copied from interface: ColumnFilter
Returns true if the Column should be filtered out.

Specified by:
filter in interface ColumnFilter
Parameters:
column - the column
Returns:
true if the Column should be filtered out.
See Also:
ColumnFilter.filter(Column)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.