java.lang.Object
ij.plugin.BatchMeasure
- All Implemented Interfaces:
PlugIn
public class BatchMeasure extends java.lang.Object implements PlugIn
This plugin implements the File/Batch/Measure command,
which measures all the images in a user-specified folder.
-
Constructor Summary
Constructors Constructor Description BatchMeasure()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
BatchMeasure
public BatchMeasure()
-
-
Method Details