|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.plugin.FolderOpener
public class FolderOpener
Implements the File/Import/Image Sequence command, which opens a folder of images as a stack.
| Constructor Summary | |
|---|---|
FolderOpener()
|
|
| Method Summary | |
|---|---|
static boolean |
excludedFileType(String name)
|
static String[] |
getFilteredList(String[] list,
String filter,
String title)
|
static ImagePlus |
open(String path)
Opens the images in the specified directory as a stack. |
void |
openAsVirtualStack(boolean b)
|
ImagePlus |
openFolder(String path)
Opens the images in the specified directory as a stack. |
void |
run(String arg)
This method is called when the plugin is loaded. |
String[] |
sortFileList(String[] list)
Sorts file names containing numerical components. |
void |
sortFileNames(boolean b)
|
String[] |
trimFileList(String[] rawlist)
Removes names that start with "." or end with ".db", ".txt", ".lut", "roi", ".pty", ".hdr", ".py", etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FolderOpener()
| Method Detail |
|---|
public static ImagePlus open(String path)
public ImagePlus openFolder(String path)
public void run(String arg)
PlugIn
run in interface PlugIn
public static String[] getFilteredList(String[] list,
String filter,
String title)
public String[] trimFileList(String[] rawlist)
public static boolean excludedFileType(String name)
public void openAsVirtualStack(boolean b)
public void sortFileNames(boolean b)
public String[] sortFileList(String[] list)
Author: Norbert Vischer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||