|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvGraphicEnumeration
An object that implements the IlvGraphicEnumeration interface
generates a series of graphic objects, one at a time.
Successive calls to the nextElement method return successive
graphic objects of the series.
For example, to print all graphic objects of a manager:
for (IlvGraphicEnumeration e = manager.getObjects() ;
e.hasMoreElements() ;) {
System.out.println(e.nextElement());
}
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
Tests if the enumeration contains more elements. |
IlvGraphic |
nextElement()
Returns the next graphic object of the enumeration. |
| Method Detail |
|---|
boolean hasMoreElements()
IlvGraphic nextElement()
NoSuchElementException - if there are no more existing elements.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||