Documentation of 'ij.plugin.URLOpener' Java class
URLOpener
ij.plugin

Class URLOpener

  • All Implemented Interfaces:
    PlugIn


    public class URLOpener
    extends java.lang.Object
    implements 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 
      Constructor and Description
      URLOpener() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String[] getSampleImageNames() 
      void run(java.lang.String urlOrName)
      If 'urlOrName' is a URL, opens the image at that URL.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLOpener

        public URLOpener()
    • Method Detail

      • run

        public void run(java.lang.String urlOrName)
        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.
        Specified by:
        run in interface PlugIn
      • getSampleImageNames

        public static java.lang.String[] getSampleImageNames()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.