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

Field Summary
 
Fields inherited from interface prefuse.data.tuple.TupleSet
EMPTY_ARRAY
 
Method Summary
 java.lang.String getGroup()
          Get the data group name for this VisualTupleSet.
 Visualization getVisualization()
          Get the Visualization associated with this VisualTupleSet.
 
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
 

Method Detail

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