Module ij
Package ij.plugin

Class Duplicator

    • Constructor Detail

      • Duplicator

        public Duplicator()
    • Method Detail

      • run

        public void run​(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
      • run

        public ImagePlus run​(ImagePlus imp,
                             int firstSlice,
                             int lastSlice)
        Returns a new stack containing a subrange of the specified stack.
      • run

        public ImagePlus run​(ImagePlus imp,
                             int firstC,
                             int lastC,
                             int firstZ,
                             int lastZ,
                             int firstT,
                             int lastT)
        Returns a new hyperstack containing a possibly reduced version of the input image.
      • ignoreNextSelection

        public static void ignoreNextSelection()