Package ij.plugin
Class Histogram
java.lang.Object
ij.plugin.Histogram
- All Implemented Interfaces:
PlugIn
,TextListener
,EventListener
This plugin implements the Analyze/Histogram command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the plugin is loaded.void
-
Constructor Details
-
Histogram
public Histogram()
-
-
Method Details
-
run
Description copied from interface:PlugIn
This 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
- Specified by:
textValueChanged
in interfaceTextListener
-