Class GUITester_

java.lang.Object
  extended by GUITester_
All Implemented Interfaces:
ij.gui.DialogListener, ij.plugin.filter.ExtendedPlugInFilter, ij.plugin.filter.PlugInFilter

Deprecated.

@Deprecated
public class GUITester_
extends java.lang.Object
implements ij.plugin.filter.ExtendedPlugInFilter, ij.gui.DialogListener

ColorReplacer replaces one color with another.
This is for comparison of how the direct ImageJ way compares to the ImageOperation working on SLImage.

Author:
Sami Badawi

Field Summary
protected  IColorDistance _colorDistance
          Deprecated.  
protected  ij.measure.ResultsTable rt
          Deprecated.  
 
Fields inherited from interface ij.plugin.filter.ExtendedPlugInFilter
KEEP_PREVIEW
 
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
 
Constructor Summary
GUITester_()
          Deprecated.  
 
Method Summary
 boolean dialogItemChanged(ij.gui.GenericDialog gd, java.awt.AWTEvent e)
          Deprecated.  
 void run(ij.process.ImageProcessor imageProcessor)
          Deprecated.  
 void setNPasses(int arg0)
          Deprecated.  
 int setup(java.lang.String arg, ij.ImagePlus imp)
          Deprecated.  
 int showDialog(ij.ImagePlus imp, java.lang.String command, ij.plugin.filter.PlugInFilterRunner pfr)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_colorDistance

protected IColorDistance _colorDistance
Deprecated. 

rt

protected ij.measure.ResultsTable rt
Deprecated. 
Constructor Detail

GUITester_

public GUITester_()
Deprecated. 
Method Detail

showDialog

public int showDialog(ij.ImagePlus imp,
                      java.lang.String command,
                      ij.plugin.filter.PlugInFilterRunner pfr)
Deprecated. 
Specified by:
showDialog in interface ij.plugin.filter.ExtendedPlugInFilter

setNPasses

public void setNPasses(int arg0)
Deprecated. 
Specified by:
setNPasses in interface ij.plugin.filter.ExtendedPlugInFilter

setup

public int setup(java.lang.String arg,
                 ij.ImagePlus imp)
Deprecated. 
Specified by:
setup in interface ij.plugin.filter.PlugInFilter

dialogItemChanged

public boolean dialogItemChanged(ij.gui.GenericDialog gd,
                                 java.awt.AWTEvent e)
Deprecated. 
Specified by:
dialogItemChanged in interface ij.gui.DialogListener

run

public void run(ij.process.ImageProcessor imageProcessor)
Deprecated. 
Specified by:
run in interface ij.plugin.filter.PlugInFilter


Copyright © 2008. All Rights Reserved.