Modifier and Type | Method and Description |
---|---|
static JIPipe |
JIPipe.createInstance(org.scijava.Context context)
Helper to create JIPipe from a context.
|
static JIPipe |
JIPipe.createLibNoImageJInstance(List<Class<? extends JIPipeJavaPlugin>> plugins)
Create a new JIPipe using initializeLibNoImageJ, which is suitable for using limited functions from within non-ImageJ applications.
|
static JIPipe |
JIPipe.ensureInstance()
Ensures that JIPipe is initialized and available.
|
static JIPipe |
JIPipe.ensureInstance(org.scijava.Context context)
Ensures that JIPipe is initialized and available.
|
static JIPipe |
JIPipe.getInstance() |
JIPipe |
JIPipeService.ExtensionDiscoveredEvent.getRegistry() |
JIPipe |
JIPipeDefaultJavaPlugin.getRegistry() |
JIPipe |
JIPipeJsonPlugin.getRegistry() |
JIPipe |
JIPipeJavaPlugin.getRegistry()
Returns the registry
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeJavaPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo)
Registers custom modules into JIPipe
|
void |
JIPipeDefaultJavaPlugin.setRegistry(JIPipe registry) |
void |
JIPipeJsonPlugin.setRegistry(JIPipe registry)
Sets the registry instance
|
void |
JIPipeJavaPlugin.setRegistry(JIPipe registry)
Sets the registry
|
Constructor and Description |
---|
DatatypeRegisteredEvent(JIPipe registry,
String id) |
ExtensionDiscoveredEvent(JIPipe registry,
JIPipeDependency extension) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCompartmentsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
GroupingPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
LoopingPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipe |
JIPipeNodeTemplateRegistry.getJiPipe() |
JIPipe |
JIPipeArtifactsRegistry.getJiPipe() |
JIPipe |
JIPipeGraphEditorToolRegistry.getJiPipe() |
JIPipe |
JIPipeRecentProjectsRegistry.getJiPipe() |
JIPipe |
JIPipeProjectSettingsRegistry.getJIPipe() |
JIPipe |
JIPipePluginRegistry.getJIPipe() |
JIPipe |
JIPipeMetadataRegistry.getJIPipe() |
JIPipe |
JIPipeExternalEnvironmentRegistry.getJIPipe() |
JIPipe |
JIPipeUtilityRegistry.getJIPipe() |
JIPipe |
JIPipeDatatypeRegistry.getJIPipe() |
JIPipe |
JIPipeApplicationSettingsRegistry.getJIPipe() |
JIPipe |
JIPipeParameterTypeRegistry.getJIPipe() |
JIPipe |
JIPipeImageJAdapterRegistry.getJIPipe() |
JIPipe |
JIPipeExpressionRegistry.getJIPipe() |
JIPipe |
JIPipeNodeRegistry.getJIPipe() |
Constructor and Description |
---|
JIPipeApplicationSettingsRegistry(JIPipe jiPipe) |
JIPipeArtifactsRegistry(JIPipe jiPipe) |
JIPipeDatatypeRegistry(JIPipe jiPipe)
Creates a new instance
|
JIPipeExpressionRegistry(JIPipe jiPipe) |
JIPipeExternalEnvironmentRegistry(JIPipe jiPipe) |
JIPipeGraphEditorToolRegistry(JIPipe jiPipe) |
JIPipeImageJAdapterRegistry(JIPipe jiPipe) |
JIPipeMetadataRegistry(JIPipe jiPipe) |
JIPipeNodeRegistry(JIPipe jiPipe)
Creates a new registry
|
JIPipeNodeTemplateRegistry(JIPipe jiPipe) |
JIPipeParameterTypeRegistry(JIPipe jiPipe) |
JIPipePluginRegistry(JIPipe jiPipe) |
JIPipeProjectSettingsRegistry(JIPipe jiPipe) |
JIPipeProjectTemplateRegistry(JIPipe jiPipe) |
JIPipeRecentProjectsRegistry(JIPipe jiPipe) |
JIPipeUtilityRegistry(JIPipe jiPipe) |
Modifier and Type | Method and Description |
---|---|
JIPipe |
JIPipeCustomMenuRegistry.getJIPipe() |
Constructor and Description |
---|
JIPipeCustomMenuRegistry(JIPipe jiPipe) |
Modifier and Type | Method and Description |
---|---|
JIPipe |
JIPipeDesktopSplashScreen.getJIPipe() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopSplashScreen.setJIPipe(JIPipe registry) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
BatchAssistantPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
CellposePlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
CLIJPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
CorePlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DataDirectoriesPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DevelopmentPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
FormsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
GraphAnnotationPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
IJ3DPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
FilamentsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
MultiTemplateMatchingPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OCRPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
TrackMatePlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
WekaPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
IlastikPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJ2Plugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJAlgorithmsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJDataTypesPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImpPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
JsonExtensionLoaderPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
void |
JsonExtensionLoaderPlugin.setRegistry(JIPipe registry) |
Constructor and Description |
---|
JsonExtensionRegistrationTask(JIPipe registry,
Path filePath,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
Modifier and Type | Method and Description |
---|---|
void |
MultiParametersPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
void |
MultiParameterAlgorithmsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
NapariPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
NodeTemplateBoxToolPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OmniposePlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OpenCvPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
StandardParametersPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineRenderPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
PlotsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessesPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
PythonPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
void |
CorePythonPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
RPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
Scene3DPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
StandardSettingsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
StringsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
TablesPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ToolsPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
UtilitiesPlugin.register(JIPipe jiPipe,
org.scijava.Context context,
JIPipeProgressInfo progressInfo) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.