Uses of Class
org.geotools.swing.tool.CursorTool

Packages that use CursorTool
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
 

Uses of CursorTool in org.geotools.swing
 

Methods in org.geotools.swing with parameters of type CursorTool
 void JMapPane.setCursorTool(CursorTool tool)
          Set the current cursor tool
 

Uses of CursorTool in org.geotools.swing.tool
 

Subclasses of CursorTool in org.geotools.swing.tool
 class AbstractZoomTool
          Abstract base class for the zoom-in and zoom-out tools.
 class InfoTool
          A cursor tool to retrieve information about features that the user clicks on with the mouse.
 class PanTool
          A map panning tool for JMapPane.
 class ZoomInTool
          A zoom-in tool for JMapPane.
 class ZoomOutTool
          A zoom-out tool for JMapPane.
 

Methods in org.geotools.swing.tool that return CursorTool
 CursorTool MapToolManager.getCursorTool()
          Get the active cursor tool
 

Methods in org.geotools.swing.tool with parameters of type CursorTool
 boolean MapToolManager.setCursorTool(CursorTool tool)
          Set the active cursor tool
 



Copyright © 1996-2010 Geotools. All Rights Reserved.