This project has retired. For details please refer to its
Attic page.
ImageOperation (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.reading.imageop
Interface ImageOperation
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- AffineTransformOperation, ColorOperation, ConvolveOperation, CropOperation, GrayScaleOperation, MirrorOperation, OffsetOperation, ResizeOperation, RotateOperation, ScaleOperation, ShearOperation
public interface ImageOperation
- extends Component
ROLE
static final String ROLE
setPrefix
void setPrefix(String prefix)
setup
void setup(Parameters params)
throws ProcessingException
- Throws:
ProcessingException
apply
WritableRaster apply(WritableRaster raster)
getKey
String getKey()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.