public class ImageJDataExportOperation extends ImageJExportParameters implements BiFunction<JIPipeDataTable,JIPipeProgressInfo,List<Object>>
ImageJDataExporter
with its appropriate parameters.JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
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, getEventBus, getName, isActivate, isAppend, isDuplicate, isNoWindows, setActivate, setAppend, setDuplicate, setName, setNoWindows, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.