|
||||||||||
| 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)
|
|
| 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. |
java.lang.String |
getSliceLabel(int n)
Returns the label of the Nth image. |
int |
getWidth()
|
void |
run(java.lang.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, trim |
| Methods inherited from class ij.ImageStack |
|---|
addUnsignedShortSlice, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, isHSB, isRGB, setColorModel, setRoi, 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)
| Method Detail |
|---|
public void run(java.lang.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 java.lang.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 | |||||||||