|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.ImageStack
ij.VirtualStack
ij.plugin.ListVirtualStack
public class ListVirtualStack
This plugin opens images specified by list of file paths as a virtual stack. It implements the File/Import/Stack From List command.
Constructor Summary | |
---|---|
ListVirtualStack()
|
Method Summary | |
---|---|
void |
deleteSlice(int n)
Deletes the specified image, were 1<=n<=nslices. |
int |
getHeight()
|
ImageProcessor |
getProcessor(int n)
Returns an ImageProcessor for the specified slice, were 1<=n<=nslices. |
int |
getSize()
Returns the number of images in this stack. |
java.lang.String |
getSliceLabel(int n)
Returns the name of the specified 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 ListVirtualStack()
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 |