public interface ImageJDataImporter
Modifier and Type | Method and Description |
---|---|
default String |
getDescription()
A documentation description.
|
Class<?> |
getImportedImageJDataType() |
Class<? extends JIPipeData> |
getImportedJIPipeDataType() |
default String |
getName()
A documentation name.
|
JIPipeDataTable |
importData(List<Object> objects,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo)
Imports JIPipe data from ImageJ
|
default JIPipeData |
importData(Object object,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo)
Imports JIPipe data from ImageJ.
|
JIPipeDataTable importData(List<Object> objects, ImageJImportParameters parameters, JIPipeProgressInfo progressInfo)
objects
- the ImageJ objects (if available)parameters
- Parameters of the adapter. Depends entirely on the adapterprogressInfo
- the progress infodefault JIPipeData importData(Object object, ImageJImportParameters parameters, JIPipeProgressInfo progressInfo)
object
- the ImageJ object (if available)parameters
- Parameters of the adapter. Depends entirely on the adapterprogressInfo
- the progress infoClass<? extends JIPipeData> getImportedJIPipeDataType()
Class<?> getImportedImageJDataType()
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.