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

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

public class MCRJAIRotateOp
extends Object
implements MCRJAIImageOp


Field Summary
protected  float rotAngle
           
 
Constructor Summary
MCRJAIRotateOp(float rotAngle)
           
 
Method Summary
 javax.media.jai.RenderedOp executeOp(javax.media.jai.PlanarImage image)
           
 int getOrder()
           
protected  javax.media.jai.RenderedOp rotate(javax.media.jai.PlanarImage image, float rotAngle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotAngle

protected float rotAngle
Constructor Detail

MCRJAIRotateOp

public MCRJAIRotateOp(float rotAngle)
Method Detail

rotate

protected javax.media.jai.RenderedOp rotate(javax.media.jai.PlanarImage image,
                                            float rotAngle)

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