Package inra.ijpb.plugins
Class DrawTableValuesPlugin
java.lang.Object
inra.ijpb.plugins.DrawTableValuesPlugin
- All Implemented Interfaces:
ij.gui.DialogListener
,ij.plugin.PlugIn
public class DrawTableValuesPlugin
extends java.lang.Object
implements ij.plugin.PlugIn, ij.gui.DialogListener
Draw the values of a results table column into current image, using specified
columns for x and y positions.
- Author:
- dlegland
-
Constructor Summary
Constructors Constructor Description DrawTableValuesPlugin()
-
Method Summary
Modifier and Type Method Description boolean
dialogItemChanged(ij.gui.GenericDialog gd, java.awt.AWTEvent evt)
void
drawValues(ij.ImagePlus target)
Draw the values onto the target image.void
run(java.lang.String arg0)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DrawTableValuesPlugin
public DrawTableValuesPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg0)- Specified by:
run
in interfaceij.plugin.PlugIn
-
dialogItemChanged
public boolean dialogItemChanged(ij.gui.GenericDialog gd, java.awt.AWTEvent evt)- Specified by:
dialogItemChanged
in interfaceij.gui.DialogListener
-
drawValues
public void drawValues(ij.ImagePlus target)Draw the values onto the target image.- Parameters:
target
- the target image.
-