org.apache.tools.ant.types.optional.image
public abstract class TransformOperation extends ImageOperation
See Also: Image
Method Summary | |
---|---|
void | addRectangle(Rectangle instr) {@inheritDoc }. |
abstract PlanarImage | executeTransformOperation(PlanarImage img)
Performs the transformations. |
Parameters: img The image to perform the transformation on.
Returns: the transformed image.