ij.plugin
Class URLOpener

java.lang.Object
  extended by ij.plugin.URLOpener
All Implemented Interfaces:
PlugIn

public class URLOpener
extends java.lang.Object
implements PlugIn

Opens TIFFs, ZIP compressed TIFFs, GIFs and JPEGs using a URL.


Constructor Summary
URLOpener()
           
 
Method Summary
 void run(java.lang.String name)
          If 'name' is not blank, open that image from a URL specified in IJ_Props.txt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLOpener

public URLOpener()
Method Detail

run

public void run(java.lang.String name)
If 'name' is not blank, open that image from a URL specified in IJ_Props.txt. Otherwise, prompt for an image URL and open that image.

Specified by:
run in interface PlugIn