Uses of Class
org.geotools.swing.tool.CursorTool
-
Packages that use CursorTool Package Description 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
Fields in org.geotools.swing declared as CursorTool Modifier and Type Field Description protected CursorTool
AbstractMapPane. currentCursorTool
Methods in org.geotools.swing that return CursorTool Modifier and Type Method Description CursorTool
AbstractMapPane. getCursorTool()
Gets the current cursor tool.CursorTool
MapPane. getCursorTool()
Gets the current cursor tool.Methods in org.geotools.swing with parameters of type CursorTool Modifier and Type Method Description void
AbstractMapPane. setCursorTool(CursorTool tool)
Sets the current cursor tool.void
MapPane. setCursorTool(CursorTool tool)
Sets the current cursor tool. -
Uses of CursorTool in org.geotools.swing.tool
Subclasses of CursorTool in org.geotools.swing.tool Modifier and Type Class Description 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 cursor tool to pan the map pane display.class
ScrollWheelTool
Allow scrolling with the mouse wheel.class
ZoomInTool
A cursor tool to zoom in the map pane display.class
ZoomOutTool
A cursor tool to zoom out the map pane display.
-