java.lang.Object
ij.plugin.ImageInfo
- All Implemented Interfaces:
PlugIn
public class ImageInfo extends java.lang.Object implements PlugIn
This plugin implements the Image/Show Info command.
-
Constructor Summary
Constructors Constructor Description ImageInfo()
-
Method Summary
Modifier and Type Method Description java.lang.String
getExifData(ImagePlus imp)
java.lang.String
getImageInfo(ImagePlus imp)
void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
ImageInfo
public ImageInfo()
-
-
Method Details
-
run
public void run(java.lang.String arg)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. -
getImageInfo
-
getExifData
-