Constructor and Description |
---|
TextReader() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the file name.
|
void |
hideErrorMessages() |
ImageProcessor |
open()
Displays a file open dialog and opens the specified text file as a float image.
|
ImageProcessor |
open(String path)
Opens the specified text file as a float image.
|
void |
run(String arg)
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugIn
public ImageProcessor open()
public ImageProcessor open(String path)
public void hideErrorMessages()
public String getName()