|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.plugin.Concatenator
public class Concatenator
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.
| Field Summary | |
|---|---|
int |
maxEntries
|
String |
pluginName
|
| Constructor Summary | |
|---|---|
Concatenator()
|
|
| Method Summary | |
|---|---|
ImagePlus |
concatenate(ImagePlus[] ims,
boolean keepIms)
Concatenate two or more images or stacks. |
ImagePlus |
concatenate(ImagePlus imp1,
ImagePlus imp2,
boolean keep)
Concatenate two images or stacks. |
ImagePlus |
concatenateHyperstacks(ImagePlus[] images,
String newTitle,
boolean keep)
|
void |
itemStateChanged(ItemEvent ie)
|
ImagePlus |
run()
Displays a dialog requiring user to choose images and returns ImagePlus of concatenated images. |
void |
run(String arg)
Optional string argument sets the name dialog boxes if called from another plugin. |
void |
setIm5D(boolean bool)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String pluginName
public int maxEntries
| Constructor Detail |
|---|
public Concatenator()
| Method Detail |
|---|
public void run(String arg)
run in interface PlugInpublic ImagePlus run()
public ImagePlus concatenate(ImagePlus imp1,
ImagePlus imp2,
boolean keep)
public ImagePlus concatenate(ImagePlus[] ims,
boolean keepIms)
public ImagePlus concatenateHyperstacks(ImagePlus[] images,
String newTitle,
boolean keep)
public void itemStateChanged(ItemEvent ie)
itemStateChanged in interface ItemListenerpublic void setIm5D(boolean bool)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||