skrueger.geotools
Class XMapPaneAction_Zoom
java.lang.Object
skrueger.geotools.XMapPaneAction_Zoom
- All Implemented Interfaces:
- XMapPaneAction
- Direct Known Subclasses:
- XMapPaneAction_Zoom.In, XMapPaneAction_Zoom.Out
public abstract class XMapPaneAction_Zoom
- extends Object
- implements XMapPaneAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMapPaneAction_Zoom
public XMapPaneAction_Zoom()
performDragging
public void performDragging(XMapPane mapPane,
MouseEvent ev,
Point dragStartPos,
Point dragLastPos,
DirectPosition startCoord,
DirectPosition endCoord)
- Description copied from interface:
XMapPaneAction
- Defines the action in case of a mouse drag on the map. This method is
called on every mouse motion.
- Specified by:
performDragging
in interface XMapPaneAction
- Parameters:
mapPane
- map pane the action should be performed onev
- mouse event of the actiondragStartPos
- window position the drag was started (the current position can
be determined from the mouse event)startCoord
- geo coordinate the drag was startedendCoord
- geo coordinate the drag is currently moved over