Class TransformOperation

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    Draw, Rotate, Scale

    public abstract class TransformOperation
    extends ImageOperation
    See Also:
    ImageIOTask
    • Constructor Detail

      • TransformOperation

        public TransformOperation()
    • Method Detail

      • executeTransformOperation

        public abstract java.awt.image.BufferedImage executeTransformOperation​(java.awt.image.BufferedImage img)
        Performs the transformations.
        Parameters:
        img - The image to perform the transformation on.
        Returns:
        the transformed image.