java.lang.Object
ij.plugin.TextFileReader
- All Implemented Interfaces:
PlugIn
public class TextFileReader extends java.lang.Object implements PlugIn
This plugin displays the contents of a text file in a window.
-
Constructor Summary
Constructors Constructor Description TextFileReader()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
TextFileReader
public TextFileReader()
-
-
Method Details