Uses of Interface
prefuse.visual.AggregateItem

Packages that use AggregateItem
prefuse.visual Classes for representing and storing VisualItems. 
prefuse.visual.tuple Implementations of VisualItem types and backing TupleManager instances. 
 

Uses of AggregateItem in prefuse.visual
 

Classes in prefuse.visual with type parameters of type AggregateItem
 class AggregateTable<T extends AggregateItem<T,V>,V extends VisualItem<?>>
          VisualTable instance that maintains visual items representing aggregates of items.
 

Uses of AggregateItem in prefuse.visual.tuple
 

Classes in prefuse.visual.tuple that implement AggregateItem
 class TableAggregateItem<V extends VisualItem<?>>
          AggregateItem implementation that uses data values from a backing AggregateTable.
 



Copyright © 2008 Regents of the University of California