javax.media.j3d
Class WakeupCriteriaEnumerator
java.lang.Object
javax.media.j3d.WakeupCriteriaEnumerator
- All Implemented Interfaces:
- java.util.Enumeration
class WakeupCriteriaEnumerator
- extends java.lang.Object
- implements java.util.Enumeration
A class that enumerates all wakeup criteria in a wakeup condition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
criterion
WakeupCriterion[] criterion
currentIndex
int currentIndex
length
int length
WakeupCriteriaEnumerator
WakeupCriteriaEnumerator(WakeupCondition cond,
int type)
reset
void reset(WakeupCondition cond,
int type)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interface java.util.Enumeration
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.