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.
|
String |
getSliceLabel(int n)
Returns the name of the specified image.
|
int |
getWidth() |
void |
run(String arg)
This method is called when the plugin is loaded.
|
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, getProperties, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trim
addSlice, addUnsignedShortSlice, convertToFloat, create, crop, drawSphere, duplicate, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, getVoxels, getVoxels, isHSB, isLab, isRGB, setColorModel, setProcessor, setRoi, setVoxel, setVoxels, setVoxels, size, toString, update
public void run(String arg)
PlugIn
public void deleteSlice(int n)
deleteSlice
in class VirtualStack
public ImageProcessor getProcessor(int n)
getProcessor
in class VirtualStack
public int getSize()
getSize
in class VirtualStack
public String getSliceLabel(int n)
getSliceLabel
in class VirtualStack
public int getWidth()
getWidth
in class ImageStack
public int getHeight()
getHeight
in class ImageStack