public class DefaultOpService extends AbstractPTService<Op> implements OpService
Op
s.Constructor and Description |
---|
DefaultOpService() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxThreads()
Gets the maximum number of threads any single op is allowed to use.
|
Class<Op> |
getPluginType() |
OpInfo |
info(Class<? extends Op> type)
Gets the metadata for a given
Op class. |
Collection<OpInfo> |
infos()
The available ops for the context, including those of the parent.
|
OpMatchingService |
matcher() |
<NS extends Namespace> |
namespace(Class<NS> nsClass)
Gets the namespace of the given class.
|
void |
setMaxThreads(int maxThreads)
Sets the maximum number of threads any single op is allowed to use.
|
pluginService
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create, getPlugins, getPluginService, pluginService
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
coloc, convert, copy, create, deconvolve, eval, eval, filter, geom, haralick, help, help, help, help, help, help, help, identity, image, imagemoments, info, join, join, join, join, join, join, labeling, lbp, linalg, logic, loop, loop, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, math, module, module, module, morphology, op, op, op, op, ops, parent, run, run, run, run, slice, slice, stats, tamura, thread, threshold, topology, transform, zernike
public OpMatchingService matcher()
matcher
in interface OpEnvironment
public OpInfo info(Class<? extends Op> type)
OpEnvironment
Op
class.info
in interface OpEnvironment
public Collection<OpInfo> infos()
OpEnvironment
infos
in interface OpEnvironment
OpEnvironment.parent()
public <NS extends Namespace> NS namespace(Class<NS> nsClass)
OpEnvironment
namespace
in interface OpEnvironment
public void setMaxThreads(int maxThreads)
OpEnvironment
setMaxThreads
in interface OpEnvironment
public int getMaxThreads()
OpEnvironment
getMaxThreads
in interface OpEnvironment
public Class<Op> getPluginType()
getPluginType
in interface PTService<Op>
Copyright © 2014–2022 ImageJ. All rights reserved.