Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
Modifier and Type | Field and Description |
---|---|
protected TupleManager |
Graph.m_edgeTuples
TupleManager for managing Edge tuple instances
|
protected TupleManager |
Graph.m_nodeTuples
TupleManager for managing Node tuple instances
|
protected TupleManager |
Table.m_tuples
manager for tuples, which are object representations for rows
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setTupleManager(TupleManager tm)
Sets the TupleManager used by this Table.
|
void |
SpanningTree.setTupleManagers(TupleManager ntm,
TupleManager etm)
Unsupported operation.
|
void |
Graph.setTupleManagers(TupleManager ntm,
TupleManager etm)
Set the tuple managers used to manage the Node and Edge tuples of this
Graph.
|
Constructor and Description |
---|
TupleManager.TupleManagerIterator(TupleManager tuples,
IntIterator rows)
Create a new TupleManagerIterator.
|
Copyright ? 2013 Regents of the University of California