Module ij
Package ij.plugin

Class Raw

  • All Implemented Interfaces:
    PlugIn

    public class Raw
    extends java.lang.Object
    implements PlugIn
    This plugin implements the File/Import/Raw command.
    • Constructor Summary

      Constructors 
      Constructor Description
      Raw()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ImagePlus open​(java.lang.String filePath, FileInfo fi)
      Opens the image at 'filePath' using the format specified by 'fi'.
      static ImagePlus openAll​(java.lang.String directory, FileInfo fi)
      Opens all the images in the specified directory as a stack, using the format specified by 'fi'.
      static ImagePlus openAllVirtual​(java.lang.String directory, FileInfo fi)
      Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.
      void run​(java.lang.String arg)
      This method is called when the plugin is loaded.
      • Methods inherited from class java.lang.Object

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

      • Raw

        public Raw()
    • Method Detail

      • run

        public void run​(java.lang.String arg)
        Description copied from interface: PlugIn
        This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
        Specified by:
        run in interface PlugIn
      • open

        public static ImagePlus open​(java.lang.String filePath,
                                     FileInfo fi)
        Opens the image at 'filePath' using the format specified by 'fi'.
      • openAll

        public static ImagePlus openAll​(java.lang.String directory,
                                        FileInfo fi)
        Opens all the images in the specified directory as a stack, using the format specified by 'fi'.
      • openAllVirtual

        public static ImagePlus openAllVirtual​(java.lang.String directory,
                                               FileInfo fi)
        Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.