espresso3d.engine.sound
Class E3DSound2D

java.lang.Object
  extended byespresso3d.engine.base.E3DEngineItem
      extended byespresso3d.engine.sound.E3DSound
          extended byespresso3d.engine.sound.E3DSound2D

public class E3DSound2D
extends E3DSound

Author:
Curt TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
E3DSound2D(E3DEngine engine, java.lang.String soundName, int soundBufferID)
           
E3DSound2D(E3DSound toCopySound)
           
E3DSound2D(E3DSound3D toCopySound2D)
           
 
Methods inherited from class espresso3d.engine.sound.E3DSound
getAlSoundBufferID, getAlSourceID, getKey, getPitch, getSoundName, getVolume, isDiscarded, isPaused, setAlSoundBufferID
 
Methods inherited from class espresso3d.engine.base.E3DEngineItem
getEngine, setEngine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DSound2D

public E3DSound2D(E3DEngine engine,
                  java.lang.String soundName,
                  int soundBufferID)

E3DSound2D

public E3DSound2D(E3DSound toCopySound)

E3DSound2D

public E3DSound2D(E3DSound3D toCopySound2D)