java.lang.Object
ij.plugin.TextWriter
- All Implemented Interfaces:
PlugIn
public class TextWriter extends java.lang.Object implements PlugIn
This plugin implements the File/Save As/Text command, which saves the
contents of Editor windows and TextWindows (e.g., "Log" and "Results").
-
Constructor Summary
Constructors Constructor Description TextWriter()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
TextWriter
public TextWriter()
-
-
Method Details