Uses of Interface
crystalspace.jbind.interfaces.isound.data.iSoundData

Packages that use iSoundData
crystalspace.jbind.impl.map   
crystalspace.jbind.impl.sound.data   
crystalspace.jbind.interfaces.imap   
 

Uses of iSoundData in crystalspace.jbind.impl.map
 

Methods in crystalspace.jbind.impl.map that return iSoundData
 iSoundData csLoader.loadSoundData(java.lang.String fname)
           
 

Uses of iSoundData in crystalspace.jbind.impl.sound.data
 

Classes in crystalspace.jbind.impl.sound.data that implement iSoundData
 class csSoundData
           
 

Uses of iSoundData in crystalspace.jbind.interfaces.imap
 

Methods in crystalspace.jbind.interfaces.imap that return iSoundData
 iSoundData iLoader.loadSoundData(java.lang.String fname)
          Load a sound file and return an iSoundData object.