org.mycore.services.imaging.JAI
Class MCRJAIJPEGEnc

java.lang.Object
  extended by org.mycore.services.imaging.JAI.MCRJAIJPEGEnc
All Implemented Interfaces:
MCRJAIEncoder

public class MCRJAIJPEGEnc
extends Object
implements MCRJAIEncoder


Field Summary
protected  com.sun.media.jai.codec.JPEGEncodeParam param
           
 
Constructor Summary
MCRJAIJPEGEnc()
           
MCRJAIJPEGEnc(com.sun.media.jai.codec.JPEGEncodeParam param)
           
 
Method Summary
 void encode(RenderedImage image, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

protected com.sun.media.jai.codec.JPEGEncodeParam param
Constructor Detail

MCRJAIJPEGEnc

public MCRJAIJPEGEnc()

MCRJAIJPEGEnc

public MCRJAIJPEGEnc(com.sun.media.jai.codec.JPEGEncodeParam param)
Method Detail

encode

public void encode(RenderedImage image,
                   OutputStream out)
            throws IOException
Specified by:
encode in interface MCRJAIEncoder
Throws:
IOException