| Constructor | Description |
|---|---|
TextReader() |
| Modifier and Type | Method | 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)
PlugInpublic ImageProcessor open()
public ImageProcessor open(String path)
public void hideErrorMessages()
public String getName()