All Packages Class Hierarchy This Package Previous Next Index
Interface CH.ifa.draw.framework.FigureEnumeration
- public interface interface FigureEnumeration
- extends Enumeration
Interface for Enumerations that access Figures.
It provides a method nextFigure, that hides the down casting
from client code.
-
nextFigure()
- Returns the next element of the enumeration.
nextFigure
public abstract Figure nextFigure()
- Returns the next element of the enumeration. Calls to this
method will enumerate successive elements.
- Throws: NoSuchElementException
- If no more elements exist.
All Packages Class Hierarchy This Package Previous Next Index