com.touchgraph.graphlayout.interaction
Class DragMultiselectUI
java.lang.Object
com.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
com.touchgraph.graphlayout.interaction.TGAbstractDragUI
com.touchgraph.graphlayout.interaction.DragMultiselectUI
- All Implemented Interfaces:
- TGPaintListener, EventListener
public class DragMultiselectUI
- extends TGAbstractDragUI
- implements TGPaintListener
DragMultiselectUI contains code for selecting a group on nodes
by enclosing them in a dotted box.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preActivate
public void preActivate()
- Specified by:
preActivate
in class TGAbstractDragUI
preDeactivate
public void preDeactivate()
- Specified by:
preDeactivate
in class TGAbstractDragUI
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed
in class TGAbstractDragUI
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
mouseReleased
in class TGAbstractDragUI
mouseDragged
public void mouseDragged(MouseEvent e)
- Specified by:
mouseDragged
in class TGAbstractDragUI
paintFirst
public void paintFirst(Graphics g)
- Specified by:
paintFirst
in interface TGPaintListener
paintAfterEdges
public void paintAfterEdges(Graphics g)
- Specified by:
paintAfterEdges
in interface TGPaintListener
paintLast
public void paintLast(Graphics g)
- Specified by:
paintLast
in interface TGPaintListener