Modifier and Type | Method and Description |
---|---|
static <T extends JIPipeData> |
JIPipe.createData(Class<T> klass,
Object... constructorParameters)
Instantiates a data class with the provided parameters
This method is helpful if output data is constructed based on slot types
|
static <T extends JIPipeData> |
JIPipe.importData(JIPipeReadDataStorage storage,
Class<T> klass,
JIPipeProgressInfo progressInfo)
Imports data of given data type from its output folder.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends JIPipeData>> |
JIPipeRegistryIssues.getErroneousDataTypes() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaPlugin.configureDefaultImageJAdapters(Class<? extends JIPipeData> dataClass,
ImageJDataImporter defaultImporter,
ImageJDataExporter defaultExporter)
Sets the default ImageJ adapters
|
void |
JIPipeDefaultJavaPlugin.configureDefaultImageJAdapters(Class<? extends JIPipeData> dataClass,
String defaultImporterId,
String defaultExporterId)
Sets the default ImageJ adapters
|
void |
JIPipeDefaultJavaPlugin.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
Class<? extends JIPipeDesktopResultDataSlotRowUI> rowUI,
Class<? extends JIPipeDesktopResultDataSlotPreview> cellUI,
JIPipeLegacyDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaPlugin.registerDatatype(String id,
Class<? extends JIPipeData> dataClass,
URL icon,
JIPipeLegacyDataOperation... operations)
Registers a new data type
|
void |
JIPipeDefaultJavaPlugin.registerDefaultDataTypeViewer(Class<? extends JIPipeData> dataClass,
Class<? extends JIPipeDesktopDataViewer> dataViewerClass)
Registers a default data viewer for the provided data class
Overrides any existing data viewer
|
void |
JIPipeRegistryIssues.setErroneousDataTypes(Set<Class<? extends JIPipeData>> erroneousDataTypes) |
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
JIPipeDataAnnotation.getData(Class<T> klass,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
JIPipeDataAnnotation.getDataClass() |
Constructor and Description |
---|
JIPipeDataAnnotation(String name,
JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeCompartmentOutputData
Represents an
JIPipeProjectCompartmentOutput in the compartment graph. |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JIPipeCompartmentOutputData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
default JIPipeData |
ImageJDataImporter.importData(Object object,
ImageJImportParameters parameters,
JIPipeProgressInfo progressInfo)
Imports JIPipe data from ImageJ.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
EmptyImageJDataExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
ImageJDataExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
DataTableImageJDataExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
ImageJDataImporter.getImportedJIPipeDataType() |
Class<? extends JIPipeData> |
EmptyImageJDataImporter.getImportedJIPipeDataType() |
Class<? extends JIPipeData> |
DataTableImageJDataImporter.getImportedJIPipeDataType() |
Modifier and Type | Method and Description |
---|---|
default List<Object> |
ImageJDataExporter.exportData(JIPipeData data,
ImageJExportParameters parameters,
JIPipeProgressInfo progressInfo)
Converts a JIPipe data type to its corresponding ImageJ data type
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataSlot
A data slot holds an
JIPipeData instance. |
class |
JIPipeDataTable |
class |
JIPipeEmptyData |
class |
JIPipeInputDataSlot |
class |
JIPipeOutputDataSlot |
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
JIPipeDataTable.getAllData(Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets all the data stored in a specific row.
|
<T extends JIPipeData> |
JIPipeDataItemStore.getData(Class<T> klass,
JIPipeProgressInfo progressInfo)
Gets the currently stored data.
|
<T extends JIPipeData> |
JIPipeDataTable.getData(int row,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets the data stored in a specific row.
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JIPipeDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo)
Converts the supported input type to the output type
|
JIPipeData |
JIPipeData.duplicate(JIPipeProgressInfo progressInfo)
Duplicates the data
|
JIPipeData |
JIPipeEmptyData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeDataTable.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeDataItemStore.get() |
protected JIPipeData |
JIPipeDataItemStore.getData_(JIPipeProgressInfo progressInfo)
Gets the currently stored data
|
JIPipeData |
JIPipeDataItemStore.getData(JIPipeProgressInfo progressInfo)
Gets the currently stored data
|
JIPipeData |
JIPipeDataInfo.newInstance(Object... args)
Creates a new instance
|
JIPipeData |
JIPipeLegacyDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo)
Imports the data and shows it
|
JIPipeData |
JIPipeDataDisplayWrapperImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
JIPipeDataTable.getAcceptedDataType() |
Set<Class<? extends JIPipeData>> |
JIPipeDefaultMutableSlotConfiguration.getAllowedInputSlotTypes() |
Set<Class<? extends JIPipeData>> |
JIPipeMutableSlotConfiguration.getAllowedInputSlotTypes() |
Set<Class<? extends JIPipeData>> |
JIPipeDefaultMutableSlotConfiguration.getAllowedOutputSlotTypes() |
Set<Class<? extends JIPipeData>> |
JIPipeMutableSlotConfiguration.getAllowedOutputSlotTypes() |
Class<? extends JIPipeData> |
JIPipeDataSlotInfo.getDataClass() |
Class<? extends JIPipeData> |
JIPipeDataItemStore.getDataClass() |
Class<? extends JIPipeData> |
JIPipeDataInfo.getDataClass() |
Class<? extends JIPipeData> |
JIPipeDataTable.getDataClass(int row)
Gets the true type of the data at given row
|
Class<? extends JIPipeData> |
JIPipeDataConverter.getInputType() |
Class<? extends JIPipeData> |
JIPipeDataConverter.getOutputType() |
static List<Class<? extends JIPipeData>> |
JIPipeData.getSortedList(Collection<Class<? extends JIPipeData>> classes)
Gets name sorted list of data classes
|
static Set<Class<? extends JIPipeData>> |
JIPipeDefaultMutableSlotConfiguration.getUnhiddenRegisteredDataTypes()
Returns a collection of all unhidden slot data types
|
static Map<String,Set<Class<? extends JIPipeData>>> |
JIPipeData.groupByMenuPath(Collection<Class<? extends JIPipeData>> classes)
Groups the data types by their menu path
|
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDataTable.accepts(JIPipeData data)
Returns true if the slot can carry the provided data.
|
boolean |
JIPipeDataTable.acceptsTrivially(JIPipeData data)
Returns true if the slot can carry the provided data.
|
void |
JIPipeDataTable.addData(JIPipeData value,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
JIPipeDataTable.addData(JIPipeData value,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
void |
JIPipeDataTable.addData(JIPipeData value,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds a data row
|
void |
JIPipeDataTable.addData(JIPipeData value,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
void |
JIPipeDataTable.addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeData data,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
JIPipeData |
JIPipeDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo)
Converts the supported input type to the output type
|
static JIPipeInputDataSlot |
JIPipeDataSlot.createSingletonSlot(JIPipeData data,
JIPipeGraphNode node)
Creates a new input slot that contains only one data item
|
void |
JIPipeDataTable.setData(int row,
JIPipeData data)
Sets the data of a specific row
|
void |
JIPipeDataTable.setDataAnnotation(int row,
String column,
JIPipeData data)
Sets a data annotation
|
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDataTable.accepts(Class<? extends JIPipeData> klass)
Returns true if the slot can carry the provided data.
|
boolean |
JIPipeDataTable.acceptsTrivially(Class<? extends JIPipeData> klass)
Returns true if the slot can carry the provided data.
|
JIPipeDataSlotInfo.Deserializer.Builder |
JIPipeDataSlotInfo.Deserializer.Builder.addInheritanceConversion(Class<? extends JIPipeData> from,
Class<? extends JIPipeData> to)
Deprecated.
|
JIPipeDataSlotInfo.Deserializer.Builder |
JIPipeDataSlotInfo.Deserializer.Builder.addInheritanceConversion(Class<? extends JIPipeData> from,
Class<? extends JIPipeData> to)
Deprecated.
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addInputSlot(String name,
String description,
Class<? extends JIPipeData> klass)
Adds an input slot
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addInputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
boolean user)
Adds a new input slot
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addInputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
boolean optional)
Adds an input slot
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addInputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
boolean optional,
boolean userModifiable)
Adds an input slot
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass)
Adds an output slot
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
boolean user)
Adds a new output slot
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
boolean userModifiable)
Adds an output slot
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
String inherited,
boolean user)
Deprecated.
Inherited slot is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions,
boolean userModifiable)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions,
boolean userModifiable)
Deprecated.
Slot inheritance is non-functional
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> klass,
String inheritedSlot,
Map<Class<? extends JIPipeData>,Class<? extends JIPipeData>> inheritanceConversions,
boolean userModifiable)
Deprecated.
Slot inheritance is non-functional
|
boolean |
JIPipeDefaultMutableSlotConfiguration.canCreateCompatibleInputSlot(Class<? extends JIPipeData> acceptedDataType)
Returns if an input slot with specified type can be created
|
boolean |
JIPipeMutableSlotConfiguration.canCreateCompatibleInputSlot(Class<? extends JIPipeData> acceptedDataType) |
boolean |
JIPipeDefaultMutableSlotConfiguration.canCreateCompatibleOutputSlot(Class<? extends JIPipeData> acceptedDataType)
Returns if an output slot with specified type can be created
|
boolean |
JIPipeMutableSlotConfiguration.canCreateCompatibleOutputSlot(Class<? extends JIPipeData> acceptedDataType) |
void |
JIPipeDataTable.convert(Class<? extends JIPipeData> dataClass,
JIPipeProgressInfo progressInfo)
Converts this data table in-place and sets the accepted data type
|
static String |
JIPipeData.getDescriptionOf(Class<? extends JIPipeData> klass)
Returns the description of a data type
|
static JIPipeDataInfo |
JIPipeDataInfo.getInstance(Class<? extends JIPipeData> klass)
Returns an instance for the data class.
|
static String |
JIPipeData.getMenuPathOf(Class<? extends JIPipeData> klass)
Returns the menu path of the data type
|
static String |
JIPipeData.getNameOf(Class<? extends JIPipeData> klass)
Returns the name of a data type
|
static List<Class<? extends JIPipeData>> |
JIPipeData.getSortedList(Collection<Class<? extends JIPipeData>> classes)
Gets name sorted list of data classes
|
static HTMLText |
JIPipeData.getStorageDocumentation(Class<? extends JIPipeData> klass)
Returns the storage documentation for the data type or null if none was provided.
|
static String |
JIPipeData.getStorageSchema(Class<? extends JIPipeData> klass)
Returns the URL pointing to a JSON schema that describes the storage of the data type.
|
static Map<String,Set<Class<? extends JIPipeData>>> |
JIPipeData.groupByMenuPath(Collection<Class<? extends JIPipeData>> classes)
Groups the data types by their menu path
|
static boolean |
JIPipeData.isCommon(Class<? extends JIPipeData> klass)
Returns true if this data is commonly used (only for UI)
|
static boolean |
JIPipeData.isHeavy(Class<? extends JIPipeData> klass)
Returns true if this data is considered as having a large size
|
static boolean |
JIPipeData.isHidden(Class<? extends JIPipeData> klass)
Returns true if this data should be be accessible by the user
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.restrictInputTo(Collection<Class<? extends JIPipeData>> types)
Restricts the slot to specified data types
|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.restrictOutputTo(Collection<Class<? extends JIPipeData>> types)
Restricts the slot to specified data types
|
void |
JIPipeDataTable.setAcceptedDataType(Class<? extends JIPipeData> slotDataType)
Sets the accepted slot type
Please note that this method can cause issues when running the graph
|
void |
JIPipeDefaultMutableSlotConfiguration.setAllowedInputSlotTypes(Set<Class<? extends JIPipeData>> allowedInputSlotTypes) |
void |
JIPipeDefaultMutableSlotConfiguration.setAllowedOutputSlotTypes(Set<Class<? extends JIPipeData>> allowedOutputSlotTypes) |
void |
JIPipeDataSlotInfo.setDataClass(Class<? extends JIPipeData> dataClass) |
Constructor and Description |
---|
JIPipeDataItemStore(JIPipeData data)
Create virtual data from data
|
Constructor and Description |
---|
ImportDataRun(Path rowStorageFolder,
Class<? extends JIPipeData> dataType,
JIPipeDataTableRowInfo metadataRow) |
JIPipeDataSlotInfo(Class<? extends JIPipeData> dataClass,
JIPipeSlotType slotType) |
JIPipeDataSlotInfo(Class<? extends JIPipeData> dataClass,
JIPipeSlotType slotType,
String name,
String description) |
JIPipeDataSlotInfo(Class<? extends JIPipeData> dataClass,
JIPipeSlotType slotType,
String name,
String description,
boolean optional) |
JIPipeDataSlotInfo(Class<? extends JIPipeData> dataClass,
JIPipeSlotType slotType,
String name,
String description,
String inheritedSlot)
Deprecated.
inheritedSlot is deprecated and non-functional
|
JIPipeDataSlotInfo(Class<? extends JIPipeData> dataClass,
JIPipeSlotType slotType,
String name,
String description,
String inheritedSlot,
boolean optional)
Deprecated.
inheritedSlot is deprecated and non-functional
|
JIPipeDataTable(Class<? extends JIPipeData> acceptedDataType) |
Modifier and Type | Method and Description |
---|---|
default <T extends JIPipeData> |
JIPipeDataBrowser.getData(Class<T> klass)
Gets the store for the fully downloaded data
|
<T extends JIPipeData> |
JIPipeLocalDataBrowser.getData(Class<T> klass,
JIPipeProgressInfo progressInfo) |
<T extends JIPipeData> |
JIPipeDataBrowser.getData(Class<T> klass,
JIPipeProgressInfo progressInfo)
Gets the store for the fully downloaded data
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
JIPipeLocalDataBrowser.getDataClass() |
Class<? extends JIPipeData> |
JIPipeDataBrowser.getDataClass()
The data class
|
Modifier and Type | Method and Description |
---|---|
static JIPipeDataTableDataSource |
JIPipeDataTableDataSource.wrap(JIPipeData data,
JIPipeDataSource dataSource)
Ensures that a table data source is present.
|
static JIPipeWeakDataTableDataSource |
JIPipeWeakDataTableDataSource.wrap(JIPipeData data,
JIPipeDataSource dataSource)
Ensures that a table data source is present.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeThumbnailData |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeEmptyThumbnailData |
class |
JIPipeGridThumbnailData |
class |
JIPipeIconLabelThumbnailData |
class |
JIPipeImageThumbnailData |
class |
JIPipeTextThumbnailData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JIPipeIconLabelThumbnailData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeGridThumbnailData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeTextThumbnailData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeImageThumbnailData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeEmptyThumbnailData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeSerializedJsonObjectData
A base class for
JIPipeData that is serialized from/to JSON for convenience
Ensure that this data type has a copy constructor for the duplicate() function. |
class |
JIPipeSerializedParameterCollectionData
A base class for
JIPipeData that is serialized from/to JSON for convenience
Only valid JIPipeParameter definitions are stored. |
class |
JIPipeWeakDataReferenceData
A helper data type that weakly references other data
|
Modifier and Type | Method and Description |
---|---|
static <T extends JIPipeData> |
JIPipeSerializedJsonObjectData.importData(JIPipeReadDataStorage storage,
Class<T> klass) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JIPipeSerializedParameterCollectionData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeSerializedJsonObjectData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
JIPipeWeakDataReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
static JIPipeData |
JIPipeSerializedParameterCollectionData.importData(JIPipeReadDataStorage storage,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
WeakReference<JIPipeData> |
JIPipeWeakDataReferenceData.getDataReference() |
Constructor and Description |
---|
JIPipeWeakDataReferenceData(JIPipeData target) |
Modifier and Type | Method and Description |
---|---|
default Class<? extends JIPipeData> |
JIPipeNodeInfo.getDataSourceMenuLocation()
If the node is of category
DataSourceNodeTypeCategory , allows to re-assign them to a new menu
If JIPipeEmptyData is returned, no re-assignment is applied |
Class<? extends JIPipeData> |
DefaultAddJIPipeInputSlot.value() |
Class<? extends JIPipeData> |
DefaultAddJIPipeOutputSlot.value() |
Constructor and Description |
---|
DefaultAddJIPipeInputSlot(Class<? extends JIPipeData> value,
String slotName,
String description,
boolean autoCreate,
boolean optional,
JIPipeDataSlotRole role) |
DefaultAddJIPipeOutputSlot(Class<? extends JIPipeData> value,
String slotName,
String description,
String inheritedSlot,
boolean autoCreate,
JIPipeDataSlotRole role) |
Modifier and Type | Method and Description |
---|---|
static int |
JIPipeLegacyNodeDatabaseSearch.dataTypeDistance(Class<? extends JIPipeData> from,
Class<? extends JIPipeData> to) |
static int |
JIPipeLegacyNodeDatabaseSearch.dataTypeDistance(Class<? extends JIPipeData> from,
Class<? extends JIPipeData> to) |
List<JIPipeNodeDatabaseEntry> |
JIPipeLegacyNodeDatabaseSearch.query(String text,
JIPipeNodeDatabasePipelineVisibility role,
boolean allowExisting,
boolean allowNew,
JIPipeSlotType targetSlotType,
Class<? extends JIPipeData> targetDataType) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
JIPipeMutableNodeInfo.getDataSourceMenuLocation() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMutableNodeInfo.setDataSourceMenuLocation(Class<? extends JIPipeData> dataSourceMenuLocation) |
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(JIPipeDataSlot slot,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeSingleIterationStep.getInputData(JIPipeDataSlot slot,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(JIPipeDataSlot slot,
int row,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(String slotName,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeSingleIterationStep.getInputData(String slotName,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
<T extends JIPipeData> |
JIPipeMultiIterationStep.getInputData(String slotName,
int row,
Class<T> dataClass,
JIPipeProgressInfo progressInfo)
Gets stored data from an input slot
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(String slotName,
JIPipeData data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeSingleIterationStep.addOutputData(String slotName,
JIPipeData data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
JIPipeDatatypeRegistry.convert(JIPipeData inputData,
Class<T> outputDataType,
JIPipeProgressInfo progressInfo)
Converts the input data to the output data type
|
<T extends JIPipeData> |
JIPipeNodeRegistry.getMenuDataSourcesFor(Class<? extends T> dataClass)
Returns data source algorithms that can generate the specified data type
Adheres to the data source menu location
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends JIPipeData>> |
JIPipeDatatypeRegistry.findDataTypes(Predicate<Class<?>> predicate)
Returns all
JIPipeData classes that satisfy the provided predicate |
List<Class<? extends JIPipeData>> |
JIPipeDatatypeRegistry.findDataTypesByInterfaces(Class<?>... interfaces)
Returns all
JIPipeData classes that satisfy the provided interfaces |
Class<? extends JIPipeData> |
JIPipeDatatypeRegistry.getById(String id)
Returns the data class with specified ID
|
Map<String,Set<Class<? extends JIPipeData>>> |
JIPipeDatatypeRegistry.getDataTypesByMenuPaths()
Gets the registered data types, grouped by their menu paths
|
Set<Class<? extends JIPipeData>> |
JIPipeDefaultNodeRegistrationTask.getDependencyDatatypeClasses() |
Map<String,Class<? extends JIPipeData>> |
JIPipeDatatypeRegistry.getRegisteredDataTypes()
Gets all registered data types
|
Map<String,Class<? extends JIPipeData>> |
JIPipeDatatypeRegistry.getUnhiddenRegisteredDataTypes()
Gets all data types that are not hidden
|
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
JIPipeDatatypeRegistry.convert(JIPipeData inputData,
Class<T> outputDataType,
JIPipeProgressInfo progressInfo)
Converts the input data to the output data type
|
Modifier and Type | Method and Description |
---|---|
Set<ImageJDataExporter> |
JIPipeImageJAdapterRegistry.getAvailableExporters(Class<? extends JIPipeData> dataClass,
boolean includeConvertible)
Returns all exporter instances that
|
Set<ImageJDataImporter> |
JIPipeImageJAdapterRegistry.getAvailableImporters(Class<? extends JIPipeData> dataClass,
boolean includeConvertible)
Returns all importer instances that
|
int |
JIPipeDatatypeRegistry.getConversionDistance(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns the number of conversion steps.
|
int |
JIPipeDatatypeRegistry.getConversionDistance(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns the number of conversion steps.
|
Class<? extends JIPipeDesktopDataViewer> |
JIPipeDatatypeRegistry.getDefaultDataViewer(Class<? extends JIPipeData> dataClass)
Gets the default data viewer
|
ImageJDataExporter |
JIPipeImageJAdapterRegistry.getDefaultExporterFor(Class<? extends JIPipeData> dataClass)
Gets the default exporter for a data class
|
ImageJDataImporter |
JIPipeImageJAdapterRegistry.getDefaultImporterFor(Class<? extends JIPipeData> dataClass)
Gets the default importer for a data class
|
ImageIcon |
JIPipeDatatypeRegistry.getIconFor(Class<? extends JIPipeData> klass)
Returns the icon for a datatype
|
URL |
JIPipeDatatypeRegistry.getIconURLFor(Class<? extends JIPipeData> klass) |
String |
JIPipeDatatypeRegistry.getIdOf(Class<? extends JIPipeData> dataClass)
Gets the ID of the data type
|
JIPipeDependency |
JIPipeDatatypeRegistry.getSourceOf(Class<? extends JIPipeData> dataClass)
Returns the source that registered that data type
|
boolean |
JIPipeDatatypeRegistry.hasDataType(Class<? extends JIPipeData> dataClass)
Returns true if the specified data type class is registered
|
boolean |
JIPipeDatatypeRegistry.isConvertible(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns true if the input data type can be converted into the output data type.
|
boolean |
JIPipeDatatypeRegistry.isConvertible(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns true if the input data type can be converted into the output data type.
|
boolean |
JIPipeDatatypeRegistry.isRegistered(Class<? extends JIPipeData> klass) |
static boolean |
JIPipeDatatypeRegistry.isTriviallyConvertible(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns true if the input data type can be trivially converted into the output data type.
|
static boolean |
JIPipeDatatypeRegistry.isTriviallyConvertible(Class<? extends JIPipeData> inputDataType,
Class<? extends JIPipeData> outputDataType)
Returns true if the input data type can be trivially converted into the output data type.
|
void |
JIPipeDatatypeRegistry.register(String id,
Class<? extends JIPipeData> klass,
JIPipeDependency source)
Registers a data type
|
void |
JIPipeDatatypeRegistry.registerDefaultDataViewer(Class<? extends JIPipeData> dataClass,
Class<? extends JIPipeDesktopDataViewer> dataViewerClass)
Registers a default data viewer class
|
void |
JIPipeDatatypeRegistry.registerIcon(Class<? extends JIPipeData> klass,
URL resourcePath)
Registers a custom icon for a datatype
|
void |
JIPipeDatatypeRegistry.registerResultSlotUI(Class<? extends JIPipeData> klass,
Class<? extends JIPipeDesktopResultDataSlotRowUI> uiClass)
Registers a custom UI for a result data slot
|
void |
JIPipeDatatypeRegistry.registerResultTableCellUI(Class<? extends JIPipeData> klass,
Class<? extends JIPipeDesktopResultDataSlotPreview> renderer)
Registers a custom renderer for the data displayed in the dataslot result table
|
void |
JIPipeImageJAdapterRegistry.setDefaultExporterFor(Class<? extends JIPipeData> dataClass,
String id)
Sets the default exporter for a data type
|
void |
JIPipeImageJAdapterRegistry.setDefaultImporterFor(Class<? extends JIPipeData> dataClass,
String id)
Sets the default importer for a data type
|
void |
JIPipeDefaultNodeRegistrationTask.setDependencyDatatypeClasses(Set<Class<? extends JIPipeData>> dependencyDatatypeClasses)
Sets dependency data classes.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source)
Shows the data in the UI
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JIPipeDesktopDataViewerWindow.DownloadFullDataRun.getData() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDataViewer.onDataDownloaded(JIPipeData data)
Called when the full data was downloaded.
|
void |
JIPipeDesktopDataViewerWindow.DownloadFullDataRun.setData(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
static JIPipeDesktopDataDisplayOperation |
JIPipeDesktopDataTableRowDisplayUtil.getMainOperation(Class<? extends JIPipeData> dataClass) |
Constructor and Description |
---|
JIPipeDesktopDataExporterRun(JIPipeData data,
Path outputDirectory,
String name) |
Modifier and Type | Method and Description |
---|---|
protected JIPipeData |
JIPipeDesktopAsyncResultDataSlotPreview.loadData(Path storageFolder)
Run in a different thread.
|
Modifier and Type | Method and Description |
---|---|
static JIPipeLegacyDataImportOperation |
JIPipeDesktopDefaultResultDataSlotRowUI.getMainOperation(Class<? extends JIPipeData> dataClass) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImplicitResultsTableDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImplicitResultsTableDataConverter.getInputType() |
Class<? extends JIPipeData> |
ImplicitResultsTableDataConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImplicitResultsTableDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
DataBatchStatusData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
DataBatchStatusData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CellposeModelData
Wrapper around Cellpose models
|
class |
CellposeSizeModelData
Wrapper around Cellpose models
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
CellposeSizeModelData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
CellposeModelData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
LegacyCellposeSizeModelImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
LegacyCellposeModelImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
LegacyCellposeSizeModelImageJImporter.getImportedJIPipeDataType() |
Class<? extends JIPipeData> |
LegacyCellposeModelImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Class and Description |
---|---|
class |
LegacyCellposeModelData
Deprecated.
|
class |
LegacyCellposeSizeModelData
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
LegacyCellposeModelData.duplicate(JIPipeProgressInfo progressInfo)
Deprecated.
|
JIPipeData |
LegacyCellposeSizeModelData.duplicate(JIPipeProgressInfo progressInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
CLIIJ2DataToImageWindowImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
CLIJ2DataFromImageWindowImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Class and Description |
---|---|
class |
CLIJImageData
Contains a CLIJ image
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImagePlusDataToCLIJImageDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
CLIJImageToImagePlusDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
CLIJImageData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImagePlusDataToCLIJImageDataConverter.getInputType() |
Class<? extends JIPipeData> |
CLIJImageToImagePlusDataConverter.getInputType() |
Class<? extends JIPipeData> |
ImagePlusDataToCLIJImageDataConverter.getOutputType() |
Class<? extends JIPipeData> |
CLIJImageToImagePlusDataConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImagePlusDataToCLIJImageDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
CLIJImageToImagePlusDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
CLIJImageToImagePlusDataConverter(Class<? extends JIPipeData> outputType) |
Modifier and Type | Method and Description |
---|---|
protected void |
CLIJImageDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
CLIJImageDataViewer.loadDataIntoVtkViewer(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
CopyContainingFolderDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenContainingFolderDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenInNativeApplicationDataImportOperation.show(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeDesktopWorkbench workbench,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTableDataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImplicitPathTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImplicitPathTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImplicitPathTypeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImplicitPathTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
ImplicitPathTypeConverter(Class<? extends JIPipeData> inputType,
Class<? extends JIPipeData> outputType) |
ImplicitPathTypeConverter(Class<? extends JIPipeData> inputType,
Class<? extends JIPipeData> outputType) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
PathDataToTableImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
PathDataFromTableImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Class and Description |
---|---|
class |
FileData
Data containing a file
|
class |
FolderData
Data that stores a folder
|
class |
PathData
Encapsulates a
Path |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
PathData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
CopyPathDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
OpenPathDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanFormData |
class |
DoubleFormData |
class |
EnumFormData |
class |
FormData
Base class for any form data.
|
class |
GroupHeaderFormData |
class |
IntegerFormData |
class |
ParameterFormData
FormData that is put into a JIPipeDesktopFormPanel |
class |
PathFormData |
class |
StringFormData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
IntegerFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
DoubleFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
StringFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
EnumFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
PathFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
GroupHeaderFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
BooleanFormData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ROI3DImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
ROI3DImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Class and Description |
---|---|
class |
ROI3DListData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ROI3DListData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
AddROI3DToManagerDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
ROI3DListDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
ROI3DListDataViewer.loadDataIntoVtkViewer(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
Filaments3DGraphData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
FilamentsToRoiDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
FilamentsToRoi3dDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
Filaments3DGraphData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
FilamentsToRoiDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
FilamentsToRoi3dDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
FilamentsToRoiDataTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
FilamentsToRoi3dDataTypeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
FilamentsToRoiDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
FilamentsToRoi3dDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
Filaments3DGraphDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
ModelData |
class |
SpotDetectorData |
class |
SpotsCollectionData |
class |
SpotTrackerData |
class |
TrackCollectionData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ModelData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
SpotTrackerData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
SpotDetectorData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ShowTrackSchemeDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
SpotsToRoiConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
SpotsToRoiConverter.getInputType() |
Class<? extends JIPipeData> |
SpotsToRoiConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
SpotsToRoiConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
TracksSpotsDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
WekaModelData
Wrapper around Cellpose models
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
WekaModelData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
IlastikModelData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
IlastikModelData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJ2OpNodeInfo.addInputSlotForModuleItem(org.scijava.module.ModuleItem<?> item,
Class<? extends JIPipeData> dataClass) |
void |
ImageJ2OpNodeInfo.addOutputSlotForModuleItem(org.scijava.module.ModuleItem<?> item,
Class<? extends JIPipeData> dataClass) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
IJ2DataToImageWindowImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
IJ2DataFromImageWindowImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImageJ2ToImageJ1Converter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageJ1ToImageJ2Converter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImageJ2ToImageJ1Converter.getInputType() |
Class<? extends JIPipeData> |
ImageJ1ToImageJ2Converter.getInputType() |
Class<? extends JIPipeData> |
ImageJ2ToImageJ1Converter.getOutputType() |
Class<? extends JIPipeData> |
ImageJ1ToImageJ2Converter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImageJ2ToImageJ1Converter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageJ1ToImageJ2Converter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ImageJ2DatasetData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImageJ2DatasetData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
BorderImageJ2OutOfBoundsFactoryData |
class |
EmptyImageJ2OutOfBoundsFactory |
class |
ImageJ2OutOfBoundsFactoryData |
class |
MirrorImageJ2OutOfBoundsFactoryData |
class |
PeriodicImageJ2OutOfBoundsFactoryData |
Modifier and Type | Class and Description |
---|---|
class |
ByteConstantValueImageJ2OutOfBoundsFactoryData |
class |
DoubleConstantValueImageJ2OutOfBoundsFactoryData |
class |
FloatConstantValueImageJ2OutOfBoundsFactoryData |
class |
IntegerConstantValueImageJ2OutOfBoundsFactoryData |
class |
LongConstantValueImageJ2OutOfBoundsFactoryData |
class |
ShortConstantValueImageJ2OutOfBoundsFactoryData |
Modifier and Type | Class and Description |
---|---|
class |
CenteredRectangleImageJ2ShapeData |
class |
DiamondImageJ2ShapeData |
class |
DiamondTipsImageJ2ShapeData |
class |
EmptyImageJ2ShapeData |
class |
HorizontalLineImageJ2ShapeData |
class |
HyperSphereImageJ2ShapeData |
class |
ImageJ2ShapeData |
class |
PairOfPointsImageJ2ShapeData |
class |
PeriodicLineImageJ2ShapeData |
class |
RectangleImageJ2ShapeData |
Modifier and Type | Class and Description |
---|---|
class |
DataSlotModuleInput<ModuleDataType,JIPipeDataType extends JIPipeData> |
Modifier and Type | Class and Description |
---|---|
class |
DataSlotModuleOutput<ModuleDataType,JIPipeDataType extends JIPipeData> |
Modifier and Type | Method and Description |
---|---|
protected void |
ImageJ2DatasetDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
MaskDrawerFormData
Structural
FormData for drawing masks |
class |
ROIDrawerFormData
Structural
FormData for drawing ROIs |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ROIDrawerFormData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
MaskDrawerFormData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
RoiManagerImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
OMEImageToImageWindowImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
ImagePlusDataToImageWindowImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
RoiManagerImageJImporter.getImportedJIPipeDataType() |
Class<? extends JIPipeData> |
OMEImageFromImageWindowImageJImporter.getImportedJIPipeDataType() |
Class<? extends JIPipeData> |
ImagePlusDataFromImageWindowImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
LUTToImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEImageToImagePlusTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImagePlusToOMEImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OmeImageToOMEXMLTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImplicitImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageToLUTTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEImageToROITypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
PlotToImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
LUTToImageTypeConverter.getInputType() |
Class<? extends JIPipeData> |
OMEImageToImagePlusTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImagePlusToOMEImageTypeConverter.getInputType() |
Class<? extends JIPipeData> |
OmeImageToOMEXMLTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImplicitImageTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImageToLUTTypeConverter.getInputType() |
Class<? extends JIPipeData> |
OMEImageToROITypeConverter.getInputType() |
Class<? extends JIPipeData> |
PlotToImageTypeConverter.getInputType() |
Class<? extends JIPipeData> |
LUTToImageTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
OMEImageToImagePlusTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
ImagePlusToOMEImageTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
OmeImageToOMEXMLTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
ImplicitImageTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
ImageToLUTTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
OMEImageToROITypeConverter.getOutputType() |
Class<? extends JIPipeData> |
PlotToImageTypeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
LUTToImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEImageToImagePlusTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImagePlusToOMEImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OmeImageToOMEXMLTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImplicitImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageToLUTTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEImageToROITypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
PlotToImageTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
ImplicitImageTypeConverter(Class<? extends JIPipeData> inputType,
Class<? extends JIPipeData> outputType) |
ImplicitImageTypeConverter(Class<? extends JIPipeData> inputType,
Class<? extends JIPipeData> outputType) |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusData
ImageJ image
|
class |
LUTData |
class |
OMEImageData
Data that is a representation of all information saved in Bio-Formats
|
class |
ROI2DListData
Contains
Roi |
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeData> |
ImagePlusData.extractOverlaysOfType(Class<T> klass) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
OMEImageData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
ROI2DListData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
LUTData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
ImagePlusData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeData> |
ImagePlusData.getOverlays()
Gets overlay data
|
Modifier and Type | Method and Description |
---|---|
void |
ImagePlusData.addOverlay(JIPipeData overlay) |
void |
ImagePlusData.removeOverlay(JIPipeData overlay) |
Modifier and Type | Method and Description |
---|---|
void |
ImagePlusData.removeOverlaysOfType(Class<? extends JIPipeData> klass) |
void |
ImagePlusData.setOverlays(List<JIPipeData> overlays)
Sets overlay data
|
Modifier and Type | Interface and Description |
---|---|
interface |
ColorImageData
Annotates a data type as color image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusColorData
A colored image without dimension.
|
class |
ImagePlusColorHSBData
HSV colored image without dimension.
|
class |
ImagePlusColorLABData
LAB colored image without dimension.
|
class |
ImagePlusColorRGBData
RGB colored image without dimension.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Image2DData
Annotates an image as 2D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus2DData
2D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus2DColorData
A colored image without dimension.
|
class |
ImagePlus2DColorHSBData
RGB colored 2D image
|
class |
ImagePlus2DColorLABData
RGB colored 2D image
|
class |
ImagePlus2DColorRGBData
RGB colored 2D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus2DGreyscale16UData
16-bit greyscale 2D image
|
class |
ImagePlus2DGreyscale32FData
32 bit float greyscale 2D image
|
class |
ImagePlus2DGreyscale8UData
8-bit greyscale 2D image
|
class |
ImagePlus2DGreyscaleData
Greyscale 2D image
|
class |
ImagePlus2DGreyscaleMaskData
8-bit mask 2D image
|
Modifier and Type | Interface and Description |
---|---|
interface |
Image3DData
Annotates an image as 3D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus3DData
3D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus3DColorData
A colored image without dimension.
|
class |
ImagePlus3DColorHSBData
RGB color 3D image
|
class |
ImagePlus3DColorLABData
RGB color 3D image
|
class |
ImagePlus3DColorRGBData
RGB color 3D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus3DGreyscale16UData
16-bit greyscale 3D image
|
class |
ImagePlus3DGreyscale32FData
32-bit floating point greyscale 3D image
|
class |
ImagePlus3DGreyscale8UData
8-bit greyscale 3D image
|
class |
ImagePlus3DGreyscaleData
Greyscale 3D image
|
class |
ImagePlus3DGreyscaleMaskData
8-bit mask 3D image
|
Modifier and Type | Interface and Description |
---|---|
interface |
Image4DData
Annotates an image as 2D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus4DData
4D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus4DColorData
A colored image without dimension.
|
class |
ImagePlus4DColorHSBData
RGB color 4D image
|
class |
ImagePlus4DColorLABData
RGB color 4D image
|
class |
ImagePlus4DColorRGBData
RGB color 4D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus4DGreyscale16UData
16-bit greyscale 4D image
|
class |
ImagePlus4DGreyscale32FData
32-bit floating point greyscale 4D image
|
class |
ImagePlus4DGreyscale8UData
8-bit greyscale 4D image
|
class |
ImagePlus4DGreyscaleData
Greyscale 4D image
|
class |
ImagePlus4DGreyscaleMaskData
Mask 4D image
|
Modifier and Type | Interface and Description |
---|---|
interface |
Image5DData
Annotates an image as 2D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus5DData
5D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus5DColorData
A colored image without dimension.
|
class |
ImagePlus5DColorHSBData
RGB color 5D image
|
class |
ImagePlus5DColorLABData
RGB color 5D image
|
class |
ImagePlus5DColorRGBData
RGB color 5D image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlus5DGreyscale16UData
16-bit greyscale 5D image
|
class |
ImagePlus5DGreyscale32FData
32-bit floating point greyscale image
|
class |
ImagePlus5DGreyscale8UData
8-bit greyscale 5D image
|
class |
ImagePlus5DGreyscaleData
Greyscale 5D image
|
class |
ImagePlus5DGreyscaleMaskData
Mask 5D image
|
Modifier and Type | Interface and Description |
---|---|
interface |
FFTImageData
Annotates an image as FFT image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusFFT2DData
2D image in frequency space
|
class |
ImagePlusFFT3DData
3D image in frequency space
|
class |
ImagePlusFFT4DData
4D image in frequency space
|
class |
ImagePlusFFT5DData
5D image in frequency space
|
class |
ImagePlusFFTData
Image in frequency space
|
Modifier and Type | Interface and Description |
---|---|
interface |
GreyscaleImageData
Annotates an image as greyscale image
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusGreyscale16UData
16-bit greyscale image without dimension.
|
class |
ImagePlusGreyscale32FData
32 bit float greyscale image without dimension.
|
class |
ImagePlusGreyscale8UData
8-bit greyscale image without dimension.
|
class |
ImagePlusGreyscaleData
Greyscale image without dimension.
|
class |
ImagePlusGreyscaleMaskData
8-bit mask without dimension.
|
Modifier and Type | Method and Description |
---|---|
void |
AddToROIManagerDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
OpenInImageJ3DViewerDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
OpenInNapariDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
OpenInImageJDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImagePlusDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
ROI2DListDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
OMEImageDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
LUTDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
ImagePlusDataViewer.loadDataIntoVtkViewer(JIPipeData data) |
protected void |
LUTDataViewer.loadDataIntoVtkViewer(JIPipeData data) |
void |
ImagePlusDataViewer.onDataDownloaded(JIPipeData data) |
void |
ResultsTableDataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
void |
ImportImageJPathDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeData> |
JIPipeDesktopLegacyImageViewer.getDataOverlays()
Gets only the overlays that are of type
JIPipeData |
Modifier and Type | Class and Description |
---|---|
class |
ImpImageData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImpImageToImageJImageDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageJImageToImpImageDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImpImageData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImpImageToImageJImageDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImageJImageToImpImageDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImpImageToImageJImageDataTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
ImageJImageToImpImageDataTypeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImpImageToImageJImageDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
ImageJImageToImpImageDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImpImageDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
protected void |
ImpImageDataViewer.loadDataIntoVtkViewer(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ParametersDataToResultsTableDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ParametersDataToResultsTableDataConverter.getInputType() |
Class<? extends JIPipeData> |
ParametersDataToResultsTableDataConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ParametersDataToResultsTableDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ParametersData
Stores the parameters of an algorithm
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ParametersData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ParametersDataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
OMEROAnnotationReferenceData
Data that stores a reference to an OMERO project
|
class |
OMERODatasetReferenceData |
class |
OMEROGroupReferenceData
Data that stores a reference to an OMERO project
|
class |
OMEROImageReferenceData |
class |
OMEROPlateReferenceData
Data that stores a reference to an OMERO plate
|
class |
OMEROProjectReferenceData
Data that stores a reference to an OMERO project
|
class |
OMEROScreenReferenceData
Data that stores a reference to an OMERO screen
|
class |
OMEROWellReferenceData
Data that stores a reference to an OMERO well
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
OMERODatasetReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROPlateReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROScreenReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROAnnotationReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROProjectReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROGroupReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROImageReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
OMEROWellReferenceData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OMERODataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
OpenCvImageData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImageJToOpenCvDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenCvToImageJDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenCvImageData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ImageJToOpenCvDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
OpenCvToImageJDataTypeConverter.getInputType() |
Class<? extends JIPipeData> |
ImageJToOpenCvDataTypeConverter.getOutputType() |
Class<? extends JIPipeData> |
OpenCvToImageJDataTypeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
ImageJToOpenCvDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
OpenCvToImageJDataTypeConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenCvImageDataViewer.loadDataIntoLegacyViewer(JIPipeData data) |
Modifier and Type | Method and Description |
---|---|
void |
OptionalDataAnnotationNameParameter.addAnnotationIfEnabled(Collection<JIPipeDataAnnotation> annotations,
JIPipeData value)
Adds the annotation with given value of the parameter is enabled
|
JIPipeDataAnnotation |
OptionalDataAnnotationNameParameter.createAnnotation(JIPipeData value)
Creates a new annotation with the defined name and value
|
Constructor and Description |
---|
JIPipeDataInfoRef(Class<? extends JIPipeData> klass) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
PlotToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
PlotToTableConverter.getInputType() |
Class<? extends JIPipeData> |
PlotToTableConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
PlotToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Class and Description |
---|---|
class |
BarBoxAndWhiskerCategoryJFreeChartPlotData
A box and whisker plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: Yes
|
class |
BarCategoryJFreeChartPlotData
A bar category plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: No
|
class |
BarStatisticalCategoryJFreeChartPlotData
A statistical bar category plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: No
|
class |
BoxAndWhiskerCategoryJFreeChartPlotData
Contains data for box and whisker category plots category plots.
|
class |
CategoryJFreeChartPlotData
Contains data for category plots.
|
class |
HistogramJFreeChartPlotData
Contains data to generate a histogram plot
Series table colums: Value (Numeric)
Multiple series: Yes
|
class |
JFreeChartPlotData
Contains all necessary data to generate a plot
|
class |
JFreeChartPlotDataSeries
A data series (table) that is rendered as plot series
|
class |
LineCategoryJFreeChartPlotData
Generates a bar category plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: No
|
class |
LineStatisticalCategoryJFreeChartPlotData
Generates a bar category plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: No
|
class |
LineXYJFreeChartPlotData
Generates a bar category plot
Series table columns: X (Double), Y (Double)
Multiple series: Yes
|
class |
Pie2DJFreeChartPlotData
Generates a Pie chart
Series table columns: Amount (Double), Category (String)
Multiple series: No
|
class |
Pie3DJFreeChartPlotData
Generates a Pie chart
Series table columns: Amount (Double), Category (String)
Multiple series: No
|
class |
PieJFreeChartPlotData
Contains data for pie plots.
|
class |
ScatterXYJFreeChartPlotData
A scatter XY plot
Series table columns: X (Double), Y (Double)
Multiple series: Yes
|
class |
StackedBarCategoryJFreeChartPlotData
A stacked bar plot
Series table columns: Value (Double), Category (String), Group (String)
Multiple series: No
|
class |
StatisticalCategoryJFreeChartPlotData
Contains data for statistical plots.
|
class |
XYJFreeChartPlotData
Contains data for XY plots
Any plot has following columns:
X (Double), Y (Double)
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
JFreeChartPlotData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected JIPipeData |
PlotDataSlotPreview.loadData(Path storageFolder) |
Modifier and Type | Method and Description |
---|---|
void |
OpenPlotInJIPipeDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Modifier and Type | Method and Description |
---|---|
void |
JFreeChartPlotDataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
Scene3DData |
Modifier and Type | Class and Description |
---|---|
class |
JsonData |
class |
StringData
A data type that contains a string
|
class |
URIData |
class |
XMLData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
StringDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
StringData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
StringDataConverter.getInputType() |
Class<? extends JIPipeData> |
StringDataConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
StringDataConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
StringDataConverter(Class<? extends JIPipeData> outputType) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTableColumnData
A
TableColumnData that carries data and is therefore mutable |
Modifier and Type | Class and Description |
---|---|
class |
TableColumnDataReference
A table column that references a column within a
ResultsTableData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
StringArrayColumnToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
DoubleArrayColumnToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
TableColumnDataReference.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
StringArrayColumnToTableConverter.getInputType() |
Class<? extends JIPipeData> |
DoubleArrayColumnToTableConverter.getInputType() |
Class<? extends JIPipeData> |
StringArrayColumnToTableConverter.getOutputType() |
Class<? extends JIPipeData> |
DoubleArrayColumnToTableConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
StringArrayColumnToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
JIPipeData |
DoubleArrayColumnToTableConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
ResultsTableDataImageJExporter.getExportedJIPipeDataType() |
Class<? extends JIPipeData> |
ResultsTableDataImageJImporter.getImportedJIPipeDataType() |
Modifier and Type | Interface and Description |
---|---|
interface |
TableColumnData
An
JIPipeData type that represents a column. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationTableData
A special kind of
ResultsTableData that stores annotation columns. |
class |
DoubleArrayTableColumnData
TableColumnData that contains doubles. |
class |
FloatArrayTableColumnData
TableColumnData that contains doubles. |
class |
RelabeledTableColumnData |
class |
ResultsTableData
Data containing a
ResultsTable |
class |
RowIndexTableColumnData
Generates numbers from 0 to row count
|
class |
StringArrayTableColumnData
TableColumnData that contains doubles. |
class |
ZeroTableColumnData
Generates numbers from 0 to row count
|
Modifier and Type | Method and Description |
---|---|
JIPipeData |
RowIndexTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
ZeroTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
ResultsTableData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
RelabeledTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
StringArrayTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
DoubleArrayTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
JIPipeData |
FloatArrayTableColumnData.duplicate(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TableColumnData.isGeneratingTableColumn(Class<? extends JIPipeData> klass)
Returns true if the parameter is a generating table column.
|
static boolean |
TableColumnData.isMutableTableColumn(Class<? extends JIPipeData> klass)
Returns true if the parameter is a mutable table column.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenResultsTableInJIPipeTabDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
CacheAwareOpenResultsTableInJIPipeDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
OpenResultsTableInImageJDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
void |
TableColumnDataViewer.onDataDownloaded(JIPipeData data) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeOutputData |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
PathDataToJIPipeOutputConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeData> |
PathDataToJIPipeOutputConverter.getInputType() |
Class<? extends JIPipeData> |
PathDataToJIPipeOutputConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
PathDataToJIPipeOutputConverter.convert(JIPipeData input,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImportJIPipeProjectDataDisplayOperation.display(JIPipeData data,
String displayName,
JIPipeDesktopWorkbench desktopWorkbench,
JIPipeDataSource source) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.