|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.AudioDeviceEnumerator
class AudioDeviceEnumerator
The class that enumerates all AudioDevices defined in the environment An AudioDeviceEnumerator generates the audio devices defined with the execution environment of the currently running Java 3D application.
Field Summary | |
---|---|
(package private) AudioDevice |
device
|
(package private) boolean |
endOfList
|
Constructor Summary | |
---|---|
AudioDeviceEnumerator(PhysicalEnvironment physicalEnvironment)
|
Method Summary | |
---|---|
boolean |
hasMoreElements()
Query that tells whether the enumerator has more elements |
java.lang.Object |
nextElement()
Return the next element in the enumerators |
(package private) void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean endOfList
AudioDevice device
Constructor Detail |
---|
AudioDeviceEnumerator(PhysicalEnvironment physicalEnvironment)
Method Detail |
---|
void reset()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |