infovis.column
Interface ColumnFactory.Creator

All Known Implementing Classes:
ColumnFactory.DefaultCreator
Enclosing class:
ColumnFactory

public static interface ColumnFactory.Creator

Column Creator for the Factory.

Author:
Jean-Daniel Fekete

Method Summary
 Column create(String name)
          Create a column with a specified name.
 String getClassName()
           
 int getColumnType()
           
 String getTypeName()
           
 

Method Detail

getTypeName

String getTypeName()
Returns:
the type name

getClassName

String getClassName()
Returns:
the class name of the column

getColumnType

int getColumnType()
Returns:
the density type

create

Column create(String name)
Create a column with a specified name.

Parameters:
name - the column name.
Returns:
a column with a specified name.


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