Package ij.plugin
Class Distribution
java.lang.Object
ij.plugin.Distribution
- All Implemented Interfaces:
PlugIn
,TextListener
,EventListener
This plugin implements the Analyze/Distribution command.
It reads the data from the ResultsTable and plots a frequency histogram.
- Author:
- G. Landini at bham. ac. uk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the plugin is loaded.void
-
Constructor Details
-
Distribution
public Distribution()
-
-
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
-