public class DefaultNamespaceService extends AbstractPTService<Namespace> implements NamespaceService
Namespace
s.Constructor and Description |
---|
DefaultNamespaceService() |
Modifier and Type | Method and Description |
---|---|
<NS extends Namespace> |
create(Class<NS> pluginClass,
OpEnvironment ops)
Creates a
Namespace with the given op execution environment. |
Class<Namespace> |
getPluginType() |
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
public <NS extends Namespace> NS create(Class<NS> pluginClass, OpEnvironment ops)
NamespaceService
Namespace
with the given op execution environment.create
in interface NamespaceService
public Class<Namespace> getPluginType()
getPluginType
in interface PTService<Namespace>
Copyright © 2014–2022 ImageJ. All rights reserved.