|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.column.ColumnFactory.DefaultCreator
public static class ColumnFactory.DefaultCreator
Default implementation of Creator.
Constructor Summary | |
---|---|
ColumnFactory.DefaultCreator(String typeName,
int type,
String className)
Constructor. |
|
ColumnFactory.DefaultCreator(String typeName,
String type,
String className)
Constructor. |
Method Summary | |
---|---|
Column |
create(String name)
Create a column with a specified name. |
String |
getClassName()
|
int |
getColumnType()
|
String |
getTypeName()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnFactory.DefaultCreator(String typeName, int type, String className)
typeName
- the type nametype
- the density typeclassName
- the column class namepublic ColumnFactory.DefaultCreator(String typeName, String type, String className)
typeName
- the type nametype
- the density type as a stringclassName
- the column class nameMethod Detail |
---|
public String getTypeName()
getTypeName
in interface ColumnFactory.Creator
public int getColumnType()
getColumnType
in interface ColumnFactory.Creator
public String getClassName()
getClassName
in interface ColumnFactory.Creator
public Column create(String name)
create
in interface ColumnFactory.Creator
name
- the column name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |