Package ij.plugin
Class Concatenator
java.lang.Object
ij.plugin.Concatenator
- All Implemented Interfaces:
PlugIn
,ItemListener
,EventListener
This plugin, which concatenates two or more images or stacks,
implements the Image/Stacks/Tools/Concatenate command.
Gives the option of viewing the concatenated stack as a 4D image.
- Author:
- Jon Jackson j.jackson # ucl.ac.uk last modified June 29 2006
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconcatenate
(ImagePlus[] ims, boolean keepIms) Concatenate two or more images or stacks.concatenate
(ImagePlus imp1, ImagePlus imp2, boolean keep) Concatenate two images or stacks.concatenateHyperstacks
(ImagePlus[] images, String newTitle, boolean keep) void
run()
Displays a dialog requiring user to choose images and returns ImagePlus of concatenated images.void
Optional string argument sets the name dialog boxes if called from another plugin.void
setIm5D
(boolean bool)
-
Field Details
-
pluginName
-
maxEntries
public int maxEntries
-
-
Constructor Details
-
Concatenator
public Concatenator()
-
-
Method Details
-
run
Optional string argument sets the name dialog boxes if called from another plugin. -
run
Displays a dialog requiring user to choose images and returns ImagePlus of concatenated images. -
concatenate
Concatenate two images or stacks. -
concatenate
Concatenate two or more images or stacks. -
concatenateHyperstacks
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-
setIm5D
public void setIm5D(boolean bool)
-