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 BufferedImage executeTransformOperation(BufferedImage img)
      Performs the transformations.
      Parameters:
      img - The image to perform the transformation on.
      Returns:
      the transformed image.