|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnFactory.Creator | |
---|---|
infovis.column |
Uses of ColumnFactory.Creator in infovis.column |
---|
Classes in infovis.column that implement ColumnFactory.Creator | |
---|---|
static class |
ColumnFactory.DefaultCreator
Default implementation of Creator. |
Methods in infovis.column that return ColumnFactory.Creator | |
---|---|
ColumnFactory.Creator |
ColumnFactory.getCreator(String typeName)
Returns a creator for the specified type name. |
ColumnFactory.Creator |
ColumnFactory.getCreator(String typeName,
int type)
Returns the creator for a specified type name and density type. |
Methods in infovis.column with parameters of type ColumnFactory.Creator | |
---|---|
void |
ColumnFactory.add(ColumnFactory.Creator c)
Adds a creator using its name. |
void |
ColumnFactory.add(String type,
ColumnFactory.Creator c)
Adds a new creator associated with a specified type name. |
boolean |
ColumnFactory.remove(ColumnFactory.Creator c)
Removes a creator from this factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |