anl.aida.gis
Class PGISPanTool

java.lang.Object
  extended by edu.umd.cs.piccolo.event.PBasicInputEventHandler
      extended by edu.umd.cs.piccolo.event.PDragSequenceEventHandler
          extended by edu.umd.cs.piccolo.event.PPanEventHandler
              extended by anl.aida.gis.PGISPanTool
All Implemented Interfaces:
edu.umd.cs.piccolo.event.PInputEventListener, java.util.EventListener

public class PGISPanTool
extends edu.umd.cs.piccolo.event.PPanEventHandler


Field Summary
(package private)  PGISCanvas canvas
           
(package private)  org.geotools.map.MapContext context
           
 
Constructor Summary
PGISPanTool(org.geotools.map.MapContext context, PGISCanvas canvas)
           
 
Method Summary
protected  void endDrag(edu.umd.cs.piccolo.event.PInputEvent e)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PPanEventHandler
drag, dragActivityStep, getAutopan, pan, paramString, setAutopan, setMaxAutopanSpeed, setMinAutopanSpeed, validatePanningSpeed
 
Methods inherited from class edu.umd.cs.piccolo.event.PDragSequenceEventHandler
dragActivityFinalStep, dragActivityFirstStep, getDragActivity, getMinDragStartDistance, getMousePressedCanvasPoint, isDragging, mouseDragged, mousePressed, mouseReleased, setIsDragging, setMinDragStartDistance, shouldStartDragInteraction, startDrag, startDragActivity, stopDragActivity
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

context

org.geotools.map.MapContext context

canvas

PGISCanvas canvas
Constructor Detail

PGISPanTool

public PGISPanTool(org.geotools.map.MapContext context,
                   PGISCanvas canvas)
Method Detail

endDrag

protected void endDrag(edu.umd.cs.piccolo.event.PInputEvent e)
Overrides:
endDrag in class edu.umd.cs.piccolo.event.PDragSequenceEventHandler