adams.gui.visualization.image.plugins
Class JAITransformer
java.lang.Object
adams.core.ConsoleObject
adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
adams.gui.visualization.image.plugins.AbstractImageFilter
adams.gui.visualization.image.plugins.JAITransformer
- All Implemented Interfaces:
- SizeOfHandler, Serializable
public class JAITransformer
- extends AbstractImageFilter
Allows the user to apply a JAI transformer to an image in the ImageViewer.
- Version:
- $Revision: 4753 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAITransformer
public JAITransformer()
getCaption
public String getCaption()
- Returns the text for the menu item to create.
- Specified by:
getCaption in class AbstractImageViewerPlugin
- Returns:
- the text
filter
protected BufferedImage filter(BufferedImage image)
- Filters the image.
- Specified by:
filter in class AbstractImageFilter
- Parameters:
image - the image to filter
- Returns:
- the processed image
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.