org.apache.tools.ant.types.optional.image

Class TransformOperation

public abstract class TransformOperation extends ImageOperation

See Also: Image

Method Summary
voidaddRectangle(Rectangle instr)
{@inheritDoc}.
abstract PlanarImageexecuteTransformOperation(PlanarImage img)
Performs the transformations.

Method Detail

addRectangle

public void addRectangle(Rectangle instr)
{@inheritDoc}.

executeTransformOperation

public abstract PlanarImage executeTransformOperation(PlanarImage img)
Performs the transformations.

Parameters: img The image to perform the transformation on.

Returns: the transformed image.