infovis.column.filter
Class InternalFilter
java.lang.Object
infovis.column.filter.InternalFilter
- All Implemented Interfaces:
- ColumnFilter
public class InternalFilter
- extends Object
- implements ColumnFilter
Filter out internal columns.
- Version:
- $Revision: 1.4 $
- Author:
- Jean-Daniel Fekete
InternalFilter
public InternalFilter()
sharedInstance
public static InternalFilter sharedInstance()
- Avoid creating several instances since we need only one.
- Returns:
- the shared instance.
filter
public boolean filter(Column c)
- Description copied from interface:
ColumnFilter
- Returns
true
if the Column
should be filtered out.
- Specified by:
filter
in interface ColumnFilter
- Parameters:
c
- 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.