Uses of Interface
org.openjump.jump.workbench.ui.renderer.IRendererFactoryTool

Packages that use IRendererFactoryTool
org.openjump.jump.workbench.ui.renderer   
 

Uses of IRendererFactoryTool in org.openjump.jump.workbench.ui.renderer
 

Classes in org.openjump.jump.workbench.ui.renderer that implement IRendererFactoryTool
 class RegularLayerRendererTool
          This class implements the IRendererFactoryTool interface.
 class WMSLayerRendererTool
          This class implements the IRendererFactoryTool interface.
 

Methods in org.openjump.jump.workbench.ui.renderer with parameters of type IRendererFactoryTool
 void RendererFactory.addRendererFactoryTool(java.lang.Object argContentID, IRendererFactoryTool argTool)
           
 void IRendererFactory.addRendererFactoryTool(java.lang.Object argContentID, IRendererFactoryTool argTool)
          Call this method to add a RendererFactoryTool to this RendererFactory.
 void RendererFactory.addRendererFactoryTool(java.lang.String argClassName, IRendererFactoryTool argTool)
           
 void IRendererFactory.addRendererFactoryTool(java.lang.String argClassName, IRendererFactoryTool argTool)
          Call this method to add a RendererFactoryTool to this RendererFactory.