infovis.column.filter
Class FilterAll

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

public class FilterAll
extends Object
implements ColumnFilter

Class FilterAll

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

Field Summary
static FilterAll instance
           
 
Constructor Summary
FilterAll()
           
 
Method Summary
 boolean filter(Column column)
          Returns true if the Column should be filtered out.
static FilterAll getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final FilterAll instance
Constructor Detail

FilterAll

public FilterAll()
Method Detail

getInstance

public static FilterAll getInstance()

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.


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