|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableTuple | |
---|---|
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. |
Uses of TableTuple in prefuse.data.tuple |
---|
Subclasses of TableTuple in prefuse.data.tuple | |
---|---|
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. |
Methods in prefuse.data.tuple that return TableTuple | |
---|---|
protected TableTuple |
TupleManager.newTuple(int row)
Instantiate a new Tuple instance for the given row index. |
Uses of TableTuple in prefuse.visual.tuple |
---|
Subclasses of TableTuple in prefuse.visual.tuple | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |