de.esw.eengine.resource.codec
Class AbstractCodec

java.lang.Object
  extended by de.esw.eengine.resource.codec.AbstractCodec
All Implemented Interfaces:
ICodec
Direct Known Subclasses:
AbstractImageCodec, FontCodec

public abstract class AbstractCodec
extends java.lang.Object
implements ICodec

Since:
1.0
Version:
$Id: AbstractCodec.java 209 2005-07-23 00:39:50Z markusw $
Author:
markusw

Constructor Summary
AbstractCodec()
           
 
Method Summary
 void setRenderDevice(IRenderDevice renderDevice)
          This method attaches a IRenderDevice to this codec.
 void setResourceManager(ResourceManager resourceManager)
          This method attaches a ResourceManager to this codec.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.esw.eengine.core.ICodec
createResource, decode, dispose, encode
 

Constructor Detail

AbstractCodec

public AbstractCodec()
Method Detail

setRenderDevice

public void setRenderDevice(IRenderDevice renderDevice)
Description copied from interface: ICodec
This method attaches a IRenderDevice to this codec. It should be rarely needed by users.

Specified by:
setRenderDevice in interface ICodec
Parameters:
renderDevice - IRenderDevice attached to this device
See Also:
ICodec.setRenderDevice(de.esw.eengine.core.IRenderDevice)

setResourceManager

public void setResourceManager(ResourceManager resourceManager)
Description copied from interface: ICodec
This method attaches a ResourceManager to this codec. It should be rarely needed by users.

Specified by:
setResourceManager in interface ICodec
Parameters:
resourceManager - ResourceManager attached to this device
See Also:
ICodec.setResourceManager(de.esw.eengine.resource.ResourceManager)