Draw2D v2.0

org.eclipse.draw2d
Class Figure.FigureIterator

java.lang.Object
  |
  +--org.eclipse.draw2d.Figure.FigureIterator
Enclosing class:
Figure

public static class Figure.FigureIterator
extends Object


Field Summary
protected  int index
           
protected  List list
           
 
Constructor Summary
Figure.FigureIterator(IFigure f)
           
 
Method Summary
 boolean hasNext()
           
 IFigure nextFigure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected List list

index

protected int index
Constructor Detail

Figure.FigureIterator

public Figure.FigureIterator(IFigure f)
Method Detail

nextFigure

public IFigure nextFigure()

hasNext

public boolean hasNext()

Draw2D v2.0