org.scijava.tool
Interface IconService

All Superinterfaces:
Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, Prioritized, RichPlugin, SciJavaPlugin, SciJavaService, Service

public interface IconService
extends SciJavaService

IconService allows a Tool to obtain the IconDrawer. Using this it can render its custom icon if desired.

Author:
Barry DeZonia

Method Summary
 IconDrawer acquireDrawer(Tool t)
           
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Disposable
dispose
 

Method Detail

acquireDrawer

IconDrawer acquireDrawer(Tool t)


Copyright © 2009–2015 SciJava. All rights reserved.