Class PanTool

All Implemented Interfaces:
MapMouseListener

public class PanTool extends CursorTool
A cursor tool to pan the map pane display.
Since:
2.6
Author:
Michael Bedward
  • Field Details

    • TOOL_NAME

      public static final String TOOL_NAME
      Tool name
    • TOOL_TIP

      public static final String TOOL_TIP
      Tool tip text
    • CURSOR_IMAGE

      public static final String CURSOR_IMAGE
      Cursor
      See Also:
    • CURSOR_HOTSPOT

      public static final Point CURSOR_HOTSPOT
      Cursor hotspot coordinates
    • ICON_IMAGE

      public static final String ICON_IMAGE
      Icon for the control
      See Also:
  • Constructor Details

    • PanTool

      public PanTool()
      Constructor
  • Method Details