Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
URLOpener Class Reference
Inheritance diagram for URLOpener:
PlugIn

Public Member Functions

void run (String urlOrName)
 

Detailed Description

Opens TIFFs, ZIP compressed TIFFs, DICOMs, GIFs and JPEGs using a URL. TIFF file names must end in ".tif", ZIP file names must end in ".zip" and DICOM file names must end in ".dcm". Opens a Web page in the default browser if the URL ends with "/".

Definition at line 13 of file URLOpener.java.

Member Function Documentation

void run ( String  urlOrName)
inline

If 'urlOrName' is a URL, opens the image at that URL. If it is a file name, opens the image with that name from the 'images.location' URL in IJ_Props.txt. If it is blank, prompts for an image URL and open the specified image.

Implements PlugIn.

Definition at line 21 of file URLOpener.java.


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