|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TupleManager | |
|---|---|
| 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. |
| Uses of TupleManager in prefuse.data |
|---|
| Fields in prefuse.data declared as TupleManager | |
|---|---|
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 |
| Methods in prefuse.data with parameters of type TupleManager | |
|---|---|
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. |
| Uses of TupleManager in prefuse.data.tuple |
|---|
| Constructors in prefuse.data.tuple with parameters of type TupleManager | |
|---|---|
TupleManager.TupleManagerIterator(TupleManager tuples,
IntIterator rows)
Create a new TupleManagerIterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||