Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.column |
Data columns for storing typed data within a data table.
|
prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
prefuse.visual |
Classes for representing and storing VisualItems.
|
Modifier and Type | Class and Description |
---|---|
class |
CascadedTable
Table subclass featuring a "cascaded" table design - a CascadedTable can
have a parent table, from which it inherits a potentially filtered set of
rows and columns.
|
protected class |
Graph.Listener
Listener class for tracking updates from node and edge tables,
and their columns that determine the graph linkage structure.
|
class |
Table
A Table organizes a collection of data into rows and columns, each row
containing a data record, and each column containing data values for a
named data field with a specific data type.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnMetadata
ColumnMetadata stores computed metadata and statistics for a singe column
instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantColumn.addColumnListener(ColumnListener listener)
Does nothing.
|
void |
AbstractColumn.addColumnListener(ColumnListener listener)
Adds a listener to be notified when this column changes
|
void |
Column.addColumnListener(ColumnListener listener)
Adds a listener to be notified when this column changes
|
void |
ConstantColumn.removeColumnListener(ColumnListener listener)
Does nothing.
|
void |
AbstractColumn.removeColumnListener(ColumnListener listener)
Removes a listener, causing it to no longer be notified of changes
|
void |
Column.removeColumnListener(ColumnListener listener)
Removes a listener, causing it to no longer be notified of changes
|
Modifier and Type | Class and Description |
---|---|
class |
TreeIndex
Index instance that uses red-black trees to provide an index
over a column of data.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateTable
VisualTable instance that maintains visual items representing aggregates
of items.
|
class |
VisualTable
A visual abstraction of a Table data structure.
|
Copyright ? 2013 Regents of the University of California