- java.lang.Object
-
- ij.plugin.Histogram
-
- All Implemented Interfaces:
PlugIn,TextListener,EventListener
public class Histogram extends Object implements PlugIn, TextListener
This plugin implements the Analyze/Histogram command.
-
-
Constructor Summary
Constructors Constructor Description Histogram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(String arg)This method is called when the plugin is loaded.voidtextValueChanged(TextEvent e)
-
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
textValueChanged
public void textValueChanged(TextEvent e)
- Specified by:
textValueChangedin interfaceTextListener
-
-