|
||||||||||
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 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 java.lang.String getSliceLabel(int n)
getSliceLabel
in class VirtualStack
public int getWidth()
getWidth
in class ImageStack
public int getHeight()
getHeight
in class ImageStack
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |