java.lang.Object
ij.plugin.URLOpener
- All Implemented Interfaces:
PlugIn
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 "/".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
void
If 'urlOrName' is a URL, opens the image at that URL.
-
Constructor Details
-
URLOpener
public URLOpener()
-
-
Method Details