org.apache.cocoon.reading.imageop
Class GrayScaleOperation
java.lang.Object
org.apache.cocoon.reading.imageop.GrayScaleOperation
- All Implemented Interfaces:
- Component, ImageOperation
public class GrayScaleOperation
- extends Object
- implements ImageOperation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrayScaleOperation
public GrayScaleOperation()
setPrefix
public void setPrefix(String prefix)
- Specified by:
setPrefix
in interface ImageOperation
setup
public void setup(Parameters params)
- Specified by:
setup
in interface ImageOperation
apply
public WritableRaster apply(WritableRaster image)
- Specified by:
apply
in interface ImageOperation
getKey
public String getKey()
- Specified by:
getKey
in interface ImageOperation
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.