public class FileInfoVirtualStack extends VirtualStack implements PlugIn
| Constructor and Description |
|---|
FileInfoVirtualStack() |
FileInfoVirtualStack(FileInfo fi) |
FileInfoVirtualStack(FileInfo fi,
boolean show) |
| Modifier and Type | Method and Description |
|---|---|
void |
addImage(FileInfo fileInfo)
Adds an image to this stack.
|
void |
deleteSlice(int n)
Deletes the specified image, were 1<=n<=nImages.
|
int |
getHeight() |
ImageProcessor |
getProcessor(int n)
Returns an ImageProcessor for the specified image,
were 1<=n<=nImages.
|
int |
getSize()
Returns the number of images in this stack.
|
java.lang.String |
getSliceLabel(int n)
Returns the label of the Nth image.
|
int |
getWidth() |
static ImagePlus |
openVirtual(java.lang.String path)
Opens the specified tiff file as a virtual stack.
|
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 FileInfoVirtualStack()
public FileInfoVirtualStack(FileInfo fi)
public FileInfoVirtualStack(FileInfo fi, boolean show)
public static ImagePlus openVirtual(java.lang.String path)
public 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 ImageStackpublic void addImage(FileInfo fileInfo)