|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.ImageStack
ij.VirtualStack
ij.plugin.ListVirtualStack
public class ListVirtualStack
This plugin opens images specified by list of file paths as a virtual stack. It implements the File/Import/Stack From List command.
| Constructor Summary | |
|---|---|
ListVirtualStack()
|
|
| Method Summary | |
|---|---|
void |
deleteSlice(int n)
Deletes the specified image, were 1<=n<=nslices. |
int |
getHeight()
|
ImageProcessor |
getProcessor(int n)
Returns an ImageProcessor for the specified slice, were 1<=n<=nslices. |
int |
getSize()
Returns the number of images in this stack. |
java.lang.String |
getSliceLabel(int n)
Returns the name of the specified image. |
int |
getWidth()
|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
| Methods inherited from class ij.VirtualStack |
|---|
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, trim |
| Methods inherited from class ij.ImageStack |
|---|
addUnsignedShortSlice, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, isHSB, isRGB, setColorModel, setRoi, toString, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListVirtualStack()
| Method Detail |
|---|
public void run(java.lang.String arg)
PlugIn
run in interface PlugInpublic void deleteSlice(int n)
deleteSlice in class VirtualStackpublic ImageProcessor getProcessor(int n)
getProcessor in class VirtualStackpublic int getSize()
getSize in class VirtualStackpublic java.lang.String getSliceLabel(int n)
getSliceLabel in class VirtualStackpublic int getWidth()
getWidth in class ImageStackpublic int getHeight()
getHeight in class ImageStack
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||