org.mycore.services.imaging.JAI.imgOperation
Class MCRJAIRotateOp
java.lang.Object
org.mycore.services.imaging.JAI.imgOperation.MCRJAIRotateOp
- All Implemented Interfaces:
- MCRJAIImageOp
public class MCRJAIRotateOp
- extends Object
- implements MCRJAIImageOp
|
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 |
rotAngle
protected float rotAngle
MCRJAIRotateOp
public MCRJAIRotateOp(float rotAngle)
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