de.esw.eengine.resource.codec
Class PngCodec

java.lang.Object
  extended by de.esw.eengine.resource.codec.AbstractCodec
      extended by de.esw.eengine.resource.codec.AbstractImageCodec
          extended by de.esw.eengine.resource.codec.PngCodec
All Implemented Interfaces:
ICodec

public class PngCodec
extends AbstractImageCodec

Since:
1.0
Version:
$Id: PngCodec.java 157 2005-07-05 20:50:33Z markusw $
Author:
markusw

Constructor Summary
PngCodec()
           
 
Method Summary
 IResource createResource(int id, java.net.URL location)
           
 
Methods inherited from class de.esw.eengine.resource.codec.AbstractImageCodec
decode, dispose, encode
 
Methods inherited from class de.esw.eengine.resource.codec.AbstractCodec
setRenderDevice, setResourceManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PngCodec

public PngCodec()
Method Detail

createResource

public IResource createResource(int id,
                                java.net.URL location)
Parameters:
id - Resource id to attach
location - Location of the IResource to handle
Returns:
IResource instance or null
See Also:
ICodec.createResource(int, java.net.URL)