public class ImageViewerStackExporterRun extends Object implements JIPipeRunnable
Constructor and Description |
---|
ImageViewerStackExporterRun(ImageViewerPanel viewerPanel,
Path outputFolder,
String baseName,
String formatName) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseName() |
String |
getFormatName() |
Path |
getOutputFolder() |
JIPipeProgressInfo |
getProgressInfo()
The info object that allows communication with the run
|
String |
getTaskLabel()
A name for the runnable
|
ImageViewerPanel |
getViewerPanel() |
void |
run() |
void |
setProgressInfo(JIPipeProgressInfo progressInfo)
Sets the progress info of this runnable
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onFinished, onInterrupted, onProgress, onStarted
public ImageViewerStackExporterRun(ImageViewerPanel viewerPanel, Path outputFolder, String baseName, String formatName)
public JIPipeProgressInfo getProgressInfo()
JIPipeRunnable
getProgressInfo
in interface JIPipeRunnable
public void setProgressInfo(JIPipeProgressInfo progressInfo)
JIPipeRunnable
setProgressInfo
in interface JIPipeRunnable
progressInfo
- the info objectpublic String getTaskLabel()
JIPipeRunnable
getTaskLabel
in interface JIPipeRunnable
public ImageViewerPanel getViewerPanel()
public Path getOutputFolder()
public String getBaseName()
public String getFormatName()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.