public class PathDataToTableImageJExporter extends Object implements ImageJDataExporter
Constructor and Description |
---|
PathDataToTableImageJExporter() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
exportData(JIPipeDataTable dataTable,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo)
Converts a JIPipe data type to its corresponding ImageJ data type
|
Class<?> |
getExportedImageJDataType() |
Class<? extends JIPipeData> |
getExportedJIPipeDataType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportData, getDescription, getName
public List<Object> exportData(JIPipeDataTable dataTable, ImageJExportParameters parameters, JIPipeProgressInfo progressInfo)
ImageJDataExporter
exportData
in interface ImageJDataExporter
dataTable
- JIPipe data as tableparameters
- Properties of the export operationprogressInfo
- the progress infopublic Class<? extends JIPipeData> getExportedJIPipeDataType()
getExportedJIPipeDataType
in interface ImageJDataExporter
JIPipeData
type that is exported by this classpublic Class<?> getExportedImageJDataType()
getExportedImageJDataType
in interface ImageJDataExporter
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.