|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolo.event.PBasicInputEventHandler
edu.umd.cs.piccolo.event.PDragSequenceEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.AbstractDragSequenceEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.MyInputDragSequenceEventHandler
public class MyInputDragSequenceEventHandler
Used to move an input vector to a different unit.
Field Summary | |
---|---|
private InputCorrections |
shifts
|
Fields inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.handlers.AbstractDragSequenceEventHandler |
---|
allowedNodeTypes, clickX, clickY, startPos |
Constructor Summary | |
---|---|
MyInputDragSequenceEventHandler(InputCorrections shifts)
|
Method Summary | |
---|---|
protected void |
endDrag(edu.umd.cs.piccolo.event.PInputEvent e)
|
Methods inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.handlers.AbstractDragSequenceEventHandler |
---|
dragActivityStep, startDrag |
Methods inherited from class edu.umd.cs.piccolo.event.PDragSequenceEventHandler |
---|
drag, dragActivityFinalStep, dragActivityFirstStep, getDragActivity, getMinDragStartDistance, getMousePressedCanvasPoint, isDragging, mouseDragged, mousePressed, mouseReleased, paramString, setIsDragging, setMinDragStartDistance, shouldStartDragInteraction, 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 |
---|
private InputCorrections shifts
Constructor Detail |
---|
public MyInputDragSequenceEventHandler(InputCorrections shifts)
Method Detail |
---|
protected void endDrag(edu.umd.cs.piccolo.event.PInputEvent e)
endDrag
in class edu.umd.cs.piccolo.event.PDragSequenceEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |