|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnColumn | |
---|---|
infovis.column | |
infovis.table | Provides a set of classes related to visualization of tables. |
infovis.tree | Provides a set of classes related to visualization of trees. |
infovis.visualization.ruler | Management of rulers that go around and under visualizations. |
Uses of ColumnColumn in infovis.column |
---|
Methods in infovis.column that return ColumnColumn | |
---|---|
static ColumnColumn |
ColumnColumn.findColumn(Table t,
String name)
Returns a column as a ColumnColumn from a table, creating
it if needed. |
static ColumnColumn |
ColumnColumn.getColumn(Table t,
int index)
Returns a column as a ColumnColumn from an
Table . |
static ColumnColumn |
ColumnColumn.getColumn(Table t,
String name)
Returns a column as a ColumnColumn from a
Table . |
Uses of ColumnColumn in infovis.table |
---|
Subclasses of ColumnColumn in infovis.table | |
---|---|
class |
DefaultDynamicTable
Default implementatio for dynamic tables. |
class |
DefaultTable
Concrete Table. |
Uses of ColumnColumn in infovis.tree |
---|
Subclasses of ColumnColumn in infovis.tree | |
---|---|
class |
DefaultTree
Default implementation of the Tree interface. |
Uses of ColumnColumn in infovis.visualization.ruler |
---|
Subclasses of ColumnColumn in infovis.visualization.ruler | |
---|---|
class |
RulerTable
Class for managing rulers associated with a visualization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |