public class Video2DExporterRun extends Object implements JIPipeRunnable
JIPipeRunnable.EnqueuedEvent, JIPipeRunnable.FinishedEvent, JIPipeRunnable.InterruptedEvent, JIPipeRunnable.ProgressEvent, JIPipeRunnable.StartedEvent
Constructor and Description |
---|
Video2DExporterRun(JIPipeImageViewer viewerPanel,
Path outputFile,
ImageSliceIndex referencePosition,
HyperstackDimension followedDimension,
int timePerFrame,
AVICompression compression,
int jpegQuality) |
Modifier and Type | Method and Description |
---|---|
AVICompression |
getCompression() |
HyperstackDimension |
getFollowedDimension() |
int |
getJpegQuality() |
Path |
getOutputFile() |
JIPipeProgressInfo |
getProgressInfo()
The info object that allows communication with the run
|
ImageSliceIndex |
getReferencePosition() |
String |
getTaskLabel()
A name for the runnable
|
int |
getTimePerFrame() |
JIPipeImageViewer |
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 Video2DExporterRun(JIPipeImageViewer viewerPanel, Path outputFile, ImageSliceIndex referencePosition, HyperstackDimension followedDimension, int timePerFrame, AVICompression compression, int jpegQuality)
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 JIPipeImageViewer getViewerPanel()
public Path getOutputFile()
public HyperstackDimension getFollowedDimension()
public ImageSliceIndex getReferencePosition()
public int getTimePerFrame()
public AVICompression getCompression()
public int getJpegQuality()
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.