Uses of Interface
de.esw.eengine.core.ICodec

Packages that use ICodec
de.esw.eengine.core   
de.esw.eengine.resource   
de.esw.eengine.resource.codec   
 

Uses of ICodec in de.esw.eengine.core
 

Methods in de.esw.eengine.core that return ICodec
 ICodec IResource.getCodec()
           
 

Methods in de.esw.eengine.core with parameters of type ICodec
 void Core.registerCodec(ICodec codec)
          Registers a new resource codec to the engine
 

Uses of ICodec in de.esw.eengine.resource
 

Methods in de.esw.eengine.resource that return ICodec
 ICodec AbstractResource.getCodec()
           
 

Methods in de.esw.eengine.resource with parameters of type ICodec
 void ResourceManager.registerCodec(ICodec codec)
           
 

Uses of ICodec in de.esw.eengine.resource.codec
 

Classes in de.esw.eengine.resource.codec that implement ICodec
 class AbstractCodec
           
 class AbstractImageCodec
           
 class FontCodec
           
 class GifCodec
           
 class JpegCodec
           
 class PngCodec