org.mycore.services.imaging.JAI
Class MCRJAIManipBean

java.lang.Object
  extended by org.mycore.services.imaging.JAI.MCRJAIManipBean

public class MCRJAIManipBean
extends Object


Field Summary
protected  MCRJAIOperationList imgManipList
           
 
Constructor Summary
MCRJAIManipBean()
           
MCRJAIManipBean(MCRJAIImageReader reader, MCRJAIEncoder encoder)
           
 
Method Summary
 void addManipOp(MCRJAIImageOp imgOp)
           
 void manipAndPost(InputStream imgStream, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imgManipList

protected MCRJAIOperationList imgManipList
Constructor Detail

MCRJAIManipBean

public MCRJAIManipBean()

MCRJAIManipBean

public MCRJAIManipBean(MCRJAIImageReader reader,
                       MCRJAIEncoder encoder)
Method Detail

addManipOp

public void addManipOp(MCRJAIImageOp imgOp)

manipAndPost

public void manipAndPost(InputStream imgStream,
                         OutputStream out)
                  throws IOException
Throws:
IOException