CH.ifa.draw.framework
Interface FigureEnumeration
-
- All Superinterfaces:
- java.util.Enumeration
- All Known Implementing Classes:
- FigureEnumerator, ReverseFigureEnumerator
public interface FigureEnumeration extends java.util.EnumerationInterface for Enumerations that access Figures. It provides a method nextFigure, that hides the down casting from client code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FigurenextFigure()Returns the next element of the enumeration.
-
-
-
Method Detail
-
nextFigure
Figure nextFigure()
Returns the next element of the enumeration. Calls to this method will enumerate successive elements.- Throws:
java.util.NoSuchElementException- If no more elements exist.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG