public class ListVirtualStack extends VirtualStack implements PlugIn
| Constructor and Description |
|---|
ListVirtualStack() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trimaddSlice, addUnsignedShortSlice, convertToFloat, create, crop, drawSphere, duplicate, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, getVoxels, getVoxels, isHSB, isLab, isRGB, setColorModel, setProcessor, setRoi, setVoxel, setVoxels, setVoxels, toString, updatepublic void run(java.lang.String arg)
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