Package inra.ijpb.plugins
Class BinaryOrLabelOverlayPlugin
java.lang.Object
inra.ijpb.plugins.BinaryOrLabelOverlayPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class BinaryOrLabelOverlayPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Display a label map or a binary image as overlay onto a grayscale image.
- Author:
- dlegland
-
Constructor Summary
Constructors Constructor Description BinaryOrLabelOverlayPlugin()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
The run method used to start the plugin from the GUI.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BinaryOrLabelOverlayPlugin
public BinaryOrLabelOverlayPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)The run method used to start the plugin from the GUI.- Specified by:
run
in interfaceij.plugin.PlugIn
- Parameters:
arg
- the string argument of the plugin
-