public interface ImageJDataExporter
Modifier and Type | Method and Description |
---|---|
default List<Object> |
exportData(JIPipeData data,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo)
Converts a JIPipe data type to its corresponding ImageJ data type
|
List<Object> |
exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo)
Converts a JIPipe data type to its corresponding ImageJ data type
|
default String |
getDescription()
A documentation description.
|
Class<?> |
getExportedImageJDataType() |
Class<? extends JIPipeData> |
getExportedJIPipeDataType() |
default String |
getName()
A documentation name.
|
List<Object> exportData(JIPipeDataTable dataTable, ImageJExportParameters parameters, JIPipeProgressInfo progressInfo)
dataTable
- JIPipe data as tableparameters
- Properties of the export operationprogressInfo
- the progress infodefault List<Object> exportData(JIPipeData data, ImageJExportParameters parameters, JIPipeProgressInfo progressInfo)
data
- JIPipe dataparameters
- Properties of the export operationprogressInfo
- the progress infoClass<? extends JIPipeData> getExportedJIPipeDataType()
JIPipeData
type that is exported by this classClass<?> getExportedImageJDataType()
default String getName()
JIPipeDocumentation
by default (if present). Otherwise, returns the class name.default String getDescription()
JIPipeDocumentation
by default (if present). Otherwise, returns an empty string.Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.