becker.xtras.imageTransformation
Class ImageTransformerGUI

java.lang.Object
  extended by becker.xtras.imageTransformation.ImageTransformerGUI

public class ImageTransformerGUI
extends Object

The ImageTransformerGUI provides a graphical user interface (GUI) for transforming graphic images via a class implementing ITransformations provided to its constructor.

Please see the package description for a more in-depth discussion of using this class.

Author:
Michael DiBernardo and Byron Weber Becker

Constructor Summary
ImageTransformerGUI(ITransformations trans)
          Create a GUI that allows manipulation of images.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTransformerGUI

public ImageTransformerGUI(ITransformations trans)
Create a GUI that allows manipulation of images.

Parameters:
trans - The object that will do the transformations of the image.