prefuse.visual
Class AggregateTable.AggregatedIterable

java.lang.Object
  extended by prefuse.visual.AggregateTable.AggregatedIterable
All Implemented Interfaces:
java.lang.Iterable<V>
Enclosing class:
AggregateTable<T extends AggregateItem<T,V>,V extends VisualItem<?>>

protected class AggregateTable.AggregatedIterable
extends java.lang.Object
implements java.lang.Iterable<V>

Iterator instance that iterates over the items contained in an aggregate.


Constructor Summary
AggregateTable.AggregatedIterable(int row)
           
 
Method Summary
 java.util.Iterator<V> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateTable.AggregatedIterable

public AggregateTable.AggregatedIterable(int row)
Method Detail

iterator

public java.util.Iterator<V> iterator()
Specified by:
iterator in interface java.lang.Iterable<V extends VisualItem<?>>


Copyright © 2008 Regents of the University of California