Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaExtension.configureDefaultImageJAdapters(Class<? extends JIPipeData> dataClass,
ImageJDataImporter defaultImporter,
ImageJDataExporter defaultExporter)
Sets the default ImageJ adapters
|
void |
JIPipeDefaultJavaExtension.registerImageJDataExporter(String id,
ImageJDataExporter dataExporter,
Class<? extends ImageJDataExporterUI> uiClass)
Registers an importer for data from ImageJ
|
Modifier and Type | Class and Description |
---|---|
class |
DataTableImageJDataExporter
The fallback/default data adapter that can handle any data type.
|
class |
EmptyImageJDataExporter
An exporter that does nothing
|
Modifier and Type | Method and Description |
---|---|
ImageJDataExporter |
ImageJDataExportOperation.getExporter() |
Constructor and Description |
---|
ImageJDataExportOperation(ImageJDataExporter exporter) |
Modifier and Type | Method and Description |
---|---|
ImageJDataExporter |
JIPipeImageJAdapterRegistry.getDefaultExporterFor(Class<? extends JIPipeData> dataClass)
Gets the default exporter for a data class
|
ImageJDataExporter |
JIPipeImageJAdapterRegistry.getExporterById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<ImageJDataExporter> |
JIPipeImageJAdapterRegistry.getAvailableExporters(Class<? extends JIPipeData> dataClass,
boolean includeConvertible)
Returns all exporter instances that
|
Modifier and Type | Method and Description |
---|---|
String |
JIPipeImageJAdapterRegistry.getIdOf(ImageJDataExporter exporter) |
void |
JIPipeImageJAdapterRegistry.register(String id,
ImageJDataExporter exporter,
Class<? extends ImageJDataExporterUI> uiClass)
Registers an importer
|
Modifier and Type | Class and Description |
---|---|
class |
CellposeModelImageJExporter |
class |
CellposeSizeModelImageJExporter |
Modifier and Type | Class and Description |
---|---|
class |
CLIIJ2DataToImageWindowImageJExporter |
Modifier and Type | Class and Description |
---|---|
class |
PathDataToTableImageJExporter |
Modifier and Type | Class and Description |
---|---|
class |
IJ2DataToImageWindowImageJExporter |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusDataToImageWindowImageJExporter |
class |
OMEImageToImageWindowImageJExporter |
class |
RoiManagerImageJExporter |
Modifier and Type | Method and Description |
---|---|
ImageJDataExporter |
ImageJDataExporterRef.getInstance() |
ImageJDataExporter |
ImageJDataExportOperationRef.getInstance() |
Constructor and Description |
---|
ImageJDataExporterRef(ImageJDataExporter exporter) |
ImageJDataExportOperationRef(ImageJDataExporter exporter) |
Modifier and Type | Class and Description |
---|---|
class |
ResultsTableDataImageJExporter |
Modifier and Type | Method and Description |
---|---|
protected String |
ImageJDataExporterPicker.getSearchString(ImageJDataExporter item) |
Modifier and Type | Method and Description |
---|---|
Component |
ImageJDataExporterListCellRenderer.getListCellRendererComponent(JList<? extends ImageJDataExporter> list,
ImageJDataExporter value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
ImageJDataExporterListCellRenderer.getListCellRendererComponent(JList<? extends ImageJDataExporter> list,
ImageJDataExporter value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.