public class DisplayHandler extends Object implements StatusListener
Modifier and Type | Field and Description |
---|---|
protected ImporterOptions |
options |
protected ImportProcess |
process |
protected XMLWindow |
xmlWindow |
Constructor and Description |
---|
DisplayHandler(ImportProcess process) |
Modifier and Type | Method and Description |
---|---|
void |
displayDataBrowser(ij.ImagePlus imp) |
void |
displayImage(ij.ImagePlus imp)
Displays the given image according to the configured options.
|
void |
displayImage5D(ij.ImagePlus imp) |
void |
displayImages(ij.ImagePlus[] imps)
Displays the given images according to the configured options.
|
void |
displayNormal(ij.ImagePlus imp)
Displays in a normal ImageJ window.
|
XMLWindow |
displayOMEXML()
Displays OME-XML metadata in a tree in its own window.
|
SearchableWindow |
displayOriginalMetadata()
Displays standard metadata in a table in its own window.
|
void |
displayROIs(ij.ImagePlus[] imps) |
void |
displayView5D(ij.ImagePlus imp) |
void |
statusUpdated(StatusEvent e)
Reports status updates via ImageJ's status bar mechanism.
|
protected ImportProcess process
protected ImporterOptions options
protected XMLWindow xmlWindow
public DisplayHandler(ImportProcess process)
public SearchableWindow displayOriginalMetadata()
public XMLWindow displayOMEXML() throws FormatException, IOException
FormatException
IOException
public void displayImages(ij.ImagePlus[] imps)
public void displayImage(ij.ImagePlus imp)
public void displayNormal(ij.ImagePlus imp)
public void displayDataBrowser(ij.ImagePlus imp)
public void displayImage5D(ij.ImagePlus imp)
public void displayView5D(ij.ImagePlus imp)
public void displayROIs(ij.ImagePlus[] imps)
public void statusUpdated(StatusEvent e)
statusUpdated
in interface StatusListener
Copyright © 2016 Open Microscopy Environment