Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
Modifier and Type | Field and Description |
---|---|
ColumnMetadata |
Table.ColumnEntry.metadata
The column metadata instance.
|
Modifier and Type | Method and Description |
---|---|
ColumnMetadata |
Table.getMetadata(java.lang.String field)
Return a metadata instance providing summary information about a column.
|
Constructor and Description |
---|
Table.ColumnEntry(int col,
Column column,
ColumnMetadata metadata)
Create a new ColumnEntry.
|
Copyright ? 2013 Regents of the University of California