Allows the user to drag the map with the mouse. @author Michael Bedward @since 2.6 @source $URL$
35363738394041
public PanAction() { super(PanTool.TOOL_NAME + "@P", PanTool.TOOL_TIP, ImageCache.getInstance().getImage(ImageCache.IMAGE_PAN)); } public void run() { getMapPane().setCursorTool(new PanTool()); }