adams.gui.visualization.image.plugins
Class JAITransformer

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
          extended by adams.gui.visualization.image.plugins.AbstractImageFilter
              extended by 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

Field Summary
 
Fields inherited from class adams.gui.visualization.image.plugins.AbstractImageFilter
m_FilterError
 
Fields inherited from class adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
m_CanceledByUser, m_CurrentPanel, m_LastSetup
 
Constructor Summary
JAITransformer()
           
 
Method Summary
protected  BufferedImage filter(BufferedImage image)
          Filters the image.
 String getCaption()
          Returns the text for the menu item to create.
 
Methods inherited from class adams.gui.visualization.image.plugins.AbstractImageFilter
canExecute, doExecute
 
Methods inherited from class adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
execute, getCanceledByUser, getLastSetup, getPlugins, hasLastSetup, setLastSetup
 
Methods inherited from class adams.core.ConsoleObject
getDebugging, getSystemErr, getSystemOut, sizeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAITransformer

public JAITransformer()
Method Detail

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.