edu.umd.cs.piccolo.examples
Class GraphEditorExample.NodeDragHandler

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.examples.GraphEditorExample.NodeDragHandler
All Implemented Interfaces:
PInputEventListener, EventListener
Enclosing class:
GraphEditorExample

 class GraphEditorExample.NodeDragHandler
extends PDragSequenceEventHandler


Constructor Summary
GraphEditorExample.NodeDragHandler()
           
 
Method Summary
 void drag(PInputEvent e)
           
 void mouseEntered(PInputEvent e)
           
 void mouseExited(PInputEvent e)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PDragSequenceEventHandler
dragActivityFinalStep, dragActivityFirstStep, dragActivityStep, 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, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphEditorExample.NodeDragHandler

public GraphEditorExample.NodeDragHandler()
Method Detail

mouseEntered

public void mouseEntered(PInputEvent e)
Overrides:
mouseEntered in class PBasicInputEventHandler

mouseExited

public void mouseExited(PInputEvent e)
Overrides:
mouseExited in class PBasicInputEventHandler

drag

public void drag(PInputEvent e)
Overrides:
drag in class PDragSequenceEventHandler


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.