public class FileInfoVirtualStack extends VirtualStack implements PlugIn
Constructor and Description |
---|
FileInfoVirtualStack() |
FileInfoVirtualStack(FileInfo fi) |
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.
|
String |
getSliceLabel(int n)
Returns the label of the Nth image.
|
int |
getWidth() |
static ImagePlus |
openVirtual(String path)
Opens the specified tiff file as a virtual stack.
|
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 FileInfoVirtualStack()
public FileInfoVirtualStack(FileInfo fi)
public FileInfoVirtualStack(FileInfo fi, boolean show)
public FileInfoVirtualStack(FileInfo[] fi)
public static ImagePlus openVirtual(String path)
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
public void addImage(FileInfo fileInfo)
Copyright © 1997–2018 NIH. All rights reserved.