Package | Description |
---|---|
prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
prefuse.visual.tuple |
Implementations of VisualItem types and backing TupleManager
instances.
|
Modifier and Type | Class and Description |
---|---|
class |
TableEdge
Edge implementation that reads Edge data from a backing edge table.
|
class |
TableNode
Node implementation that reads Node data from a backing node table.
|
Modifier and Type | Method and Description |
---|---|
protected TableTuple |
TupleManager.newTuple(int row)
Instantiate a new Tuple instance for the given row index.
|
Modifier and Type | Class and Description |
---|---|
class |
TableAggregateItem
AggregateItem implementation that uses data values from a backing
AggregateTable.
|
class |
TableDecoratorItem
DecoratorItem implementation that uses data values from a backing
VisualTable.
|
class |
TableEdgeItem
EdgeItem implementation that used data values from a backing
VisualTable of edges.
|
class |
TableNodeItem
NodeItem implementation that used data values from a backing
VisualTable of nodes.
|
class |
TableVisualItem
VisualItem implementation that uses data values from a backing VisualTable.
|
Copyright ? 2013 Regents of the University of California