public interface NamespaceService extends PTService<Namespace>, ImageJService
Namespace
s.Modifier and Type | Method and Description |
---|---|
<NS extends Namespace> |
create(Class<NS> pluginClass,
OpEnvironment ops)
Creates a
Namespace with the given op execution environment. |
create, getPlugins, getPluginService, getPluginType, pluginService
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
<NS extends Namespace> NS create(Class<NS> pluginClass, OpEnvironment ops)
Namespace
with the given op execution environment.Copyright © 2014–2022 ImageJ. All rights reserved.