public final class BF extends Object
Modifier | Constructor and Description |
---|---|
private |
BF() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static ij.ImagePlus[] |
openImagePlus(ImporterOptions options) |
static ij.ImagePlus[] |
openImagePlus(String path) |
static ij.ImagePlus[] |
openThumbImagePlus(ImporterOptions options) |
static ij.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 ij.ImagePlus[] openImagePlus(String path) throws FormatException, IOException
FormatException
IOException
public static ij.ImagePlus[] openThumbImagePlus(String path) throws FormatException, IOException
FormatException
IOException
public static ij.ImagePlus[] openImagePlus(ImporterOptions options) throws FormatException, IOException
FormatException
IOException
public static ij.ImagePlus[] openThumbImagePlus(ImporterOptions options) throws FormatException, IOException
FormatException
IOException
Copyright © 2016 Open Microscopy Environment