org.simbrain.network
Class PanEventHandler

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 org.simbrain.network.PanEventHandler
All Implemented Interfaces:
PInputEventListener, EventListener

final class PanEventHandler
extends PPanEventHandler

Pan event handler.


Constructor Summary
PanEventHandler()
          Create a new pan event handler.
 
Method Summary
 
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, endDrag, 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
 

Constructor Detail

PanEventHandler

public PanEventHandler()
Create a new pan event handler.