Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
ImportDialog Class Reference

Public Member Functions

 ImportDialog (String fileName, String directory)
 
void openImage ()
 
FileInfo getFileInfo ()
 

Static Public Member Functions

static void savePreferences (Properties prefs)
 

Detailed Description

This is a dialog box used to imports raw 8, 16, 24 and 32-bit images.

Definition at line 15 of file ImportDialog.java.

Member Function Documentation

FileInfo getFileInfo ( )
inline

Displays the dialog and returns a FileInfo object that can be used to open the image. Returns null if the dialog is canceled. The fileName and directory fields are null if the no argument constructor was used.

Definition at line 98 of file ImportDialog.java.

void openImage ( )
inline

Displays the dialog and opens the specified image or images. Does nothing if the dialog is canceled.

Definition at line 87 of file ImportDialog.java.

static void savePreferences ( Properties  prefs)
inlinestatic

Called once when ImageJ quits.

Definition at line 145 of file ImportDialog.java.


The documentation for this class was generated from the following file: