Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.search |
Text search support for prefix, keyword, and regular expression searches.
|
prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
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.
|
class |
Graph
A Graph models a network of nodes connected by a collection of edges.
|
class |
SpanningTree
Special tree instance for storing a spanning tree over a graph
instance.
|
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.
|
class |
Tree
Graph subclass that models a tree structure of hierarchical
parent-child relationships.
|
Modifier and Type | Class and Description |
---|---|
class |
PrefixSearchTupleSet
SearchTupleSet implementation supporting word prefix searches over indexed
Tuple data fields.
|
class |
RegexSearchTupleSet
SearchTupleSet implementation that treats the query as a regular expression
to match against all indexed Tuple data fields.
|
class |
SearchTupleSet
Abstract base class for TupleSet implementations that support text
search.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTupleSet
TupleSet implementation for treating a collection of tuple sets
as a single, composite tuple set.
|
class |
DefaultTupleSet
TupleSet implementation that maintains a set of heterogeneous Tuples
-- tuples that can come from any backing data source.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateTable
VisualTable instance that maintains visual items representing aggregates
of items.
|
class |
VisualGraph
A visual abstraction of a graph data structure.
|
class |
VisualTable
A visual abstraction of a Table data structure.
|
class |
VisualTree
A visual abstraction of a tree data structure.
|
Copyright ? 2013 Regents of the University of California