|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.ImageStack
ij.VirtualStack
ij.plugin.FileInfoVirtualStack
public class FileInfoVirtualStack
This plugin opens a multi-page TIFF file as a virtual stack. It implements the File/Import/TIFF Virtual Stack command.
| Constructor Summary | |
|---|---|
FileInfoVirtualStack()
|
|
FileInfoVirtualStack(FileInfo fi)
|
|
FileInfoVirtualStack(FileInfo fi,
boolean show)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ij.VirtualStack |
|---|
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trim |
| Methods inherited from class ij.ImageStack |
|---|
addSlice, addUnsignedShortSlice, convertToFloat, create, crop, drawSphere, duplicate, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, getVoxels, getVoxels, isHSB, isLab, isRGB, setColorModel, setProcessor, setRoi, setVoxel, setVoxels, setVoxels, toString, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileInfoVirtualStack()
public FileInfoVirtualStack(FileInfo fi)
public FileInfoVirtualStack(FileInfo fi,
boolean show)
| Method Detail |
|---|
public static ImagePlus openVirtual(String path)
public void run(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 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 | ||||||||