public class ImportDialog extends Object
| Constructor | Description |
|---|---|
ImportDialog() |
|
ImportDialog(String fileName,
String directory) |
| Modifier and Type | Method | Description |
|---|---|---|
FileInfo |
getFileInfo() |
Displays the dialog and returns a FileInfo object that can be used to
open the image.
|
static FileInfo |
getLastFileInfo() |
Returns the FileInfo object used to import the last raw image,
or null if a raw image has not been imported.
|
void |
openImage() |
Displays the dialog and opens the specified image or images.
|
static void |
savePreferences(Properties prefs) |
Called once when ImageJ quits.
|
public void openImage()
public FileInfo getFileInfo()
public static void savePreferences(Properties prefs)
public static FileInfo getLastFileInfo()