| Package | Description |
|---|---|
| prefuse.action.filter |
Action modules for visually filtering items by controlling their visibility.
|
| prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
| prefuse.data.event |
Listener interfaces for monitoring prefuse data structures and
expressions.
|
| prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
| prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
| Class and Description |
|---|
| BreadthFirstIterator
Provides a distance-limited breadth first traversal over nodes, edges,
or both, using any number of traversal "roots".
|
| Class and Description |
|---|
| ColumnProjection
Interface for filtering only a subset of a Table columns, computing
a projection of the available data fields.
|
| Index
Represents an index over a column of data, allowing quick lookups by
data value and providing iterators over sorted ranges of data.
|
| RowManager
Manages the set of valid rows for a Table instance, maintains an index of
the available and occupied rows.
|
| Sort
Utility class representing sorting criteria, this can be given as
input to the
TupleSet.tuples(Predicate, Sort) method to
get a sorted iteration of tuples. |
| TableIterator
An iterator over table rows, providing convenience methods for accessing and
manipulating table data.
|
| Class and Description |
|---|
| ColumnProjection
Interface for filtering only a subset of a Table columns, computing
a projection of the available data fields.
|
| Class and Description |
|---|
| Sort
Utility class representing sorting criteria, this can be given as
input to the
TupleSet.tuples(Predicate, Sort) method to
get a sorted iteration of tuples. |
| Class and Description |
|---|
| AbstractColumnProjection
Abstract base class for column projection instances.
|
| ColumnProjection
Interface for filtering only a subset of a Table columns, computing
a projection of the available data fields.
|
| FilteredRowManager
RowManager that additionally manages mappings between the managed
rows and those of a parent table.
|
| Index
Represents an index over a column of data, allowing quick lookups by
data value and providing iterators over sorted ranges of data.
|
| RowManager
Manages the set of valid rows for a Table instance, maintains an index of
the available and occupied rows.
|
| Sort
Utility class representing sorting criteria, this can be given as
input to the
TupleSet.tuples(Predicate, Sort) method to
get a sorted iteration of tuples. |
Copyright ? 2013 Regents of the University of California