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


Field Summary
static String ROLE
           
 
Method Summary
 WritableRaster apply(WritableRaster raster)
           
 String getKey()
           
 void setPrefix(String prefix)
           
 void setup(Parameters params)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

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.