Uses of Interface
org.mycore.services.imaging.JAI.imgOperation.MCRJAIImageOp

Packages that use MCRJAIImageOp
org.mycore.services.imaging.JAI   
org.mycore.services.imaging.JAI.imgOperation   
 

Uses of MCRJAIImageOp in org.mycore.services.imaging.JAI
 

Methods in org.mycore.services.imaging.JAI with parameters of type MCRJAIImageOp
 void MCRJAIManipBean.addManipOp(MCRJAIImageOp imgOp)
           
 

Uses of MCRJAIImageOp in org.mycore.services.imaging.JAI.imgOperation
 

Classes in org.mycore.services.imaging.JAI.imgOperation that implement MCRJAIImageOp
 class MCRJAIOperationList
           
 class MCRJAIResizeOp
           
 class MCRJAIRotateOp
           
 class MCRJAIScaleOp
           
 

Methods in org.mycore.services.imaging.JAI.imgOperation with parameters of type MCRJAIImageOp
 void MCRJAIOperationList.addOp(MCRJAIImageOp op)