prefuse.visual
Interface VisualTupleSet
- All Superinterfaces:
- TupleSet
- All Known Implementing Classes:
- AggregateTable, VisualGraph, VisualTable, VisualTree
public interface VisualTupleSet
- extends TupleSet
TupleSet sub-interface for TupleSet instances that contain VisualItems,
Tuple instances that include visual properties.
- Author:
- jeffrey heer
Methods inherited from interface prefuse.data.tuple.TupleSet |
addColumn, addColumn, addColumn, addColumn, addColumns, addPropertyChangeListener, addPropertyChangeListener, addTuple, addTupleSetListener, clear, containsTuple, getClientProperty, getTupleCount, isAddColumnSupported, putClientProperty, removePropertyChangeListener, removePropertyChangeListener, removeTuple, removeTupleSetListener, setTuple, tuples, tuples, tuples |
getVisualization
Visualization getVisualization()
- Get the Visualization associated with this VisualTupleSet.
- Returns:
- the Visualization instance
getGroup
java.lang.String getGroup()
- Get the data group name for this VisualTupleSet.
- Returns:
- the data group name
Copyright © 2007 Regents of the University of California