Uses of Class
prefuse.visual.tuple.TableAggregateItem

Packages that use TableAggregateItem
prefuse The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. 
prefuse.visual Classes for representing and storing VisualItems. 
 

Uses of TableAggregateItem in prefuse
 

Methods in prefuse that return types with arguments of type TableAggregateItem
<V extends VisualItem<?>>
AggregateTable<TableAggregateItem<V>,V>
Visualization.addAggregates(java.lang.String group)
          Add a group of aggregates to this visualization.
<V extends VisualItem<?>>
AggregateTable<TableAggregateItem<V>,V>
Visualization.addAggregates(java.lang.String group, Schema schema)
          Add a group of aggregates to this visualization.
 

Uses of TableAggregateItem in prefuse.visual
 

Methods in prefuse.visual that return types with arguments of type TableAggregateItem
static
<V extends VisualItem<?>>
AggregateTable<TableAggregateItem<V>,V>
AggregateTable.createAggregateTable(Visualization vis, java.lang.String group)
           
static
<V extends VisualItem<?>>
AggregateTable<TableAggregateItem<V>,V>
AggregateTable.createAggregateTable(Visualization vis, java.lang.String group, Schema schema)
           
 



Copyright © 2008 Regents of the University of California