public final class BF extends Object
Modifier | Constructor and Description |
---|---|
private |
BF() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static ImagePlus[] |
openImagePlus(ImporterOptions options) |
static ImagePlus[] |
openImagePlus(String path) |
static ImagePlus[] |
openThumbImagePlus(ImporterOptions options) |
static ImagePlus[] |
openThumbImagePlus(String path) |
static void |
progress(boolean quiet,
int value,
int max) |
static void |
status(boolean quiet,
String msg) |
static void |
warn(boolean quiet,
String msg) |
public static void debug(String msg)
public static void status(boolean quiet, String msg)
public static void warn(boolean quiet, String msg)
public static void progress(boolean quiet, int value, int max)
public static ImagePlus[] openImagePlus(String path) throws FormatException, IOException
FormatException
IOException
public static ImagePlus[] openThumbImagePlus(String path) throws FormatException, IOException
FormatException
IOException
public static ImagePlus[] openImagePlus(ImporterOptions options) throws FormatException, IOException
FormatException
IOException
public static ImagePlus[] openThumbImagePlus(ImporterOptions options) throws FormatException, IOException
FormatException
IOException
Copyright © 2015 Open Microscopy Environment