org.mycore.services.imaging.JAI.imgOperation
Class MCRJAIOperationList

java.lang.Object
  extended by org.mycore.services.imaging.JAI.imgOperation.MCRJAIOperationList
All Implemented Interfaces:
MCRJAIImageOp

public class MCRJAIOperationList
extends Object
implements MCRJAIImageOp


Constructor Summary
MCRJAIOperationList()
           
 
Method Summary
 void addOp(MCRJAIImageOp op)
           
 javax.media.jai.RenderedOp executeOp(javax.media.jai.PlanarImage image)
           
 int getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRJAIOperationList

public MCRJAIOperationList()
Method Detail

addOp

public void addOp(MCRJAIImageOp op)

executeOp

public javax.media.jai.RenderedOp executeOp(javax.media.jai.PlanarImage image)
Specified by:
executeOp in interface MCRJAIImageOp

getOrder

public int getOrder()
Specified by:
getOrder in interface MCRJAIImageOp