Class TransformOperation

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Draw, Rotate, Scale

public abstract class TransformOperation extends ImageOperation
See Also:
  • Constructor Details

    • TransformOperation

      public TransformOperation()
  • Method Details

    • executeTransformOperation

      public abstract javax.media.jai.PlanarImage executeTransformOperation(javax.media.jai.PlanarImage img)
      Performs the transformations.
      Parameters:
      img - The image to perform the transformation on.
      Returns:
      the transformed image.
    • addRectangle

      public void addRectangle(Rectangle instr)
      Add a rectangle to the operation..
      Overrides:
      addRectangle in class ImageOperation
      Parameters:
      instr - the rectangle to add.