public class ImageJDataExportOperation extends ImageJExportParameters implements BiFunction<JIPipeDataTable,JIPipeProgressInfo,List<Object>>
ImageJDataExporter
with its appropriate parameters.JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterChangedEventEmitter, JIPipeParameterCollection.ParameterChangedEventListener, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEventEmitter, JIPipeParameterCollection.ParameterStructureChangedEventListener, JIPipeParameterCollection.ParameterUIChangedEvent, JIPipeParameterCollection.ParameterUIChangedEventEmitter, JIPipeParameterCollection.ParameterUIChangedEventListener
Constructor and Description |
---|
ImageJDataExportOperation() |
ImageJDataExportOperation(ImageJDataExporter exporter) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
apply(JIPipeDataTable dataTable,
JIPipeProgressInfo progressInfo) |
ImageJDataExporter |
getExporter() |
String |
getExporterId() |
ImageJExportParameters |
getParameters() |
void |
setExporterId(String exporterId) |
void |
setParameters(ImageJExportParameters parameters)
Sets arbitrary string data that can be used by the adapter for the conversion
|
copyTo, getName, isActivate, isAppend, isDuplicate, isNoWindows, setActivate, setAppend, setDuplicate, setName, setNoWindows, toString
getParameterChangedEventEmitter, getParameterStructureChangedEventEmitter, getParameterUIChangedEventEmitter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen
emitParameterChangedEvent, emitParameterStructureChangedEvent, emitParameterUIChangedEvent, getContextActions, getParameter, getParameterAccess, installUIOverrideParameterEditor, installUIParameterOptions, isParameterUIVisible, isParameterUIVisible, setParameter
public ImageJDataExportOperation()
public ImageJDataExportOperation(ImageJDataExporter exporter)
exporter
- the adapterpublic String getExporterId()
public void setExporterId(String exporterId)
public ImageJExportParameters getParameters()
public void setParameters(ImageJExportParameters parameters)
parameters
- conversion parameterspublic ImageJDataExporter getExporter()
public List<Object> apply(JIPipeDataTable dataTable, JIPipeProgressInfo progressInfo)
apply
in interface BiFunction<JIPipeDataTable,JIPipeProgressInfo,List<Object>>
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.