twaver.gis.gadget.inputhandler
Class GisPanInterHandler

java.lang.Object
  extended bytwaver.network.inputhandler.InputAdapter
      extended bytwaver.gis.gadget.inputhandler.DefaultGisInterHandler
          extended bytwaver.gis.gadget.inputhandler.GisPanInterHandler
All Implemented Interfaces:
java.util.EventListener, twaver.network.inputhandler.InputHandler, java.awt.event.KeyListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class GisPanInterHandler
extends DefaultGisInterHandler

GisPanInterHandler is used to handle pan interaction. After the mouse is dragged and released, the map will be paned to the new position.


Constructor Summary
GisPanInterHandler(GeographyMap map)
           
GisPanInterHandler(twaver.network.TNetwork network, GeographyMap map)
           
 
Methods inherited from class twaver.gis.gadget.inputhandler.DefaultGisInterHandler
mouseDragged, mousePressed, mouseReleased
 
Methods inherited from class twaver.network.inputhandler.InputAdapter
cleanup, init, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisPanInterHandler

public GisPanInterHandler(GeographyMap map)

GisPanInterHandler

public GisPanInterHandler(twaver.network.TNetwork network,
                          GeographyMap map)