Package | Description |
---|---|
net.imagej.ops | |
net.imagej.ops.cached | |
net.imagej.ops.help | |
net.imagej.ops.search |
Modifier and Type | Method and Description |
---|---|
OpInfo |
OpEnvironment.info(Class<? extends Op> type)
Gets the metadata for a given
Op class. |
OpInfo |
DefaultOpService.info(Class<? extends Op> type) |
OpInfo |
CustomOpEnvironment.info(Class<? extends Op> type) |
default OpInfo |
OpEnvironment.info(Op op)
Gets the metadata for a given
Op . |
OpInfo |
OpCandidate.opInfo()
Gets the
OpInfo metadata describing the op to match against. |
Modifier and Type | Method and Description |
---|---|
Collection<OpInfo> |
OpEnvironment.infos()
The available ops for the context, including those of the parent.
|
Collection<OpInfo> |
DefaultOpService.infos() |
Collection<OpInfo> |
CustomOpEnvironment.infos() |
Modifier and Type | Method and Description |
---|---|
int |
OpInfo.compareTo(OpInfo that) |
Constructor and Description |
---|
OpCandidate(OpEnvironment ops,
OpRef ref,
OpInfo info) |
Constructor and Description |
---|
CustomOpEnvironment(OpEnvironment parent,
Collection<? extends OpInfo> infos)
Creates an op context with the same configuration as the given parent
environment, plus the specified additional ops.
|
Constructor and Description |
---|
CachedOpEnvironment(OpEnvironment parent,
Collection<? extends OpInfo> prioritizedInfos) |
CachedOpEnvironment(OpEnvironment parent,
Collection<? extends OpInfo> prioritizedInfos,
Collection<Class<?>> ignoredOps) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHelp.help(Collection<? extends OpInfo> infos) |
Modifier and Type | Method and Description |
---|---|
OpInfo |
OpSearchResult.info() |
Constructor and Description |
---|
OpSearchResult(Context context,
OpInfo info,
String baseDir) |
Copyright © 2014–2022 ImageJ. All rights reserved.