org.openjump.jump.workbench.ui.renderer
Class WMSLayerRendererTool
java.lang.Object
org.openjump.jump.workbench.ui.renderer.WMSLayerRendererTool
- All Implemented Interfaces:
- IRendererFactoryTool
public class WMSLayerRendererTool
- extends java.lang.Object
- implements IRendererFactoryTool
This class implements the IRendererFactoryTool interface. It returns
a WMSLayerRenderer for objects of the com.vividsolutions.jump.workbench.ui.model.WMSLayer class.
- Version:
- 00.00.01
- Author:
- The Sunburned Surveyor
Method Summary |
com.vividsolutions.jump.workbench.ui.renderer.Renderer |
getRenderer(java.lang.Object argContentID,
com.vividsolutions.jump.workbench.ui.LayerViewPanel argPanel)
Returns a Renderer. |
void |
initialize()
This method is called by the RenderingFactory when
this tool is added to its collection of
RenderingFactoryTools. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSLayerRendererTool
public WMSLayerRendererTool()
getRenderer
public com.vividsolutions.jump.workbench.ui.renderer.Renderer getRenderer(java.lang.Object argContentID,
com.vividsolutions.jump.workbench.ui.LayerViewPanel argPanel)
- Description copied from interface:
IRendererFactoryTool
- Returns a Renderer. This method should create the
Renderer if it does not already exist. Or it can
return a Renderer that has already been created.
- Specified by:
getRenderer
in interface IRendererFactoryTool
- Returns:
- Renderer
initialize
public void initialize()
- Description copied from interface:
IRendererFactoryTool
- This method is called by the RenderingFactory when
this tool is added to its collection of
RenderingFactoryTools. You should put any "start up"
tasks necessary for the proper operation of your
RenderingFactoryTool in this method.
- Specified by:
initialize
in interface IRendererFactoryTool