org.mycore.services.imaging.JAI.imgOperation
Class MCRJAIResizeOp
java.lang.Object
org.mycore.services.imaging.JAI.imgOperation.MCRJAIScaleOp
org.mycore.services.imaging.JAI.imgOperation.MCRJAIResizeOp
- All Implemented Interfaces:
- MCRJAIImageOp
public class MCRJAIResizeOp
- extends MCRJAIScaleOp
- implements MCRJAIImageOp
|
Method Summary |
javax.media.jai.RenderedOp |
executeOp(javax.media.jai.PlanarImage image)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newWidth
int newWidth
newHeight
int newHeight
MCRJAIResizeOp
public MCRJAIResizeOp(int newWidth,
int newHeight)
executeOp
public javax.media.jai.RenderedOp executeOp(javax.media.jai.PlanarImage image)
- Specified by:
executeOp in interface MCRJAIImageOp- Overrides:
executeOp in class MCRJAIScaleOp