| Package | Description | 
|---|---|
| org.micromanager.display | 
 This package contains classes related to Micro-Manager's display windows,
 which are used to show image data and metadata to the user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ImageExporter.OutputFormat | 
ImageExporter.OutputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ImageExporter.OutputFormat[] | 
ImageExporter.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ImageExporter.setOutputFormat(ImageExporter.OutputFormat format)
Set the output format to use. 
 |