Package | Description |
---|---|
net.imagej.ops | |
net.imagej.ops.special |
Modifier and Type | Method and Description |
---|---|
default String |
OpEnvironment.help(String name,
Class<? extends Op> opType,
Integer arity,
SpecialOp.Flavor flavor)
Executes the "help" operation on the given arguments.
|
Modifier and Type | Method and Description |
---|---|
static SpecialOp.Flavor |
SpecialOp.Flavor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialOp.Flavor[] |
SpecialOp.Flavor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<OpCandidate> |
SpecialOp.candidates(OpEnvironment ops,
String name,
Class<? extends Op> opType,
int arity,
SpecialOp.Flavor flavor) |
Copyright © 2014–2022 ImageJ. All rights reserved.