org.ceryle.graph
Class MultiDragNodeUI
java.lang.Object
com.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
com.touchgraph.graphlayout.interaction.TGAbstractDragUI
com.touchgraph.graphlayout.interaction.DragNodeUI
org.ceryle.graph.MultiDragNodeUI
public class MultiDragNodeUI
- extends DragNodeUI
MultiDragNodeUI extends DragNodeUI to drag multiple nodes.
- Version:
- $Id: MultiDragNodeUI.java,v 3.6 2007-06-15 12:09:24 altheim Exp $
- Author:
- Murray Altheim
- See Also:
DragNodeUI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiDragNodeUI
public MultiDragNodeUI(GraphPanel gpanel)
- Constructor with TGPanel tgp.
mouseDragged
public void mouseDragged(MouseEvent e)
- Overrides the superclass to handle multiple selection.
- Overrides:
mouseDragged in class DragNodeUI
mousePressed
public void mousePressed(MouseEvent e)
- Passes off mousePressed messages to TNodes, ignored in all other cases.
(This method does not really belong in this package; it should be in
org.ceryle.graph.tm.*).
- Overrides:
mousePressed in class DragNodeUI
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.