edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
Class DragAddUI
java.lang.Object
   edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
       edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
           edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGAbstractDragUI
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGAbstractDragUI
               edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.DragAddUI
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.DragAddUI
- All Implemented Interfaces: 
- TGPaintListener, java.util.EventListener
- public class DragAddUI 
- extends TGAbstractDragUI- implements TGPaintListener
DragAddUI contains code for adding nodes + edges by dragging.
- Version:
- 1.22-jre1.1  $Id: DragAddUI.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
- Author:
- Alexander Shapiro
 
 
| Constructor Summary | 
| DragAddUI(TGPanel tgp)Constructor with provided TGPanel tgp.
 | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DragAddUI
public DragAddUI(TGPanel tgp)
- Constructor with provided TGPanel tgp.
 
preActivate
public void preActivate()
- 
- Specified by:
- preActivatein class- TGAbstractDragUI
 
- 
 
preDeactivate
public void preDeactivate()
- 
- Specified by:
- preDeactivatein class- TGAbstractDragUI
 
- 
 
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- 
- Specified by:
- mousePressedin class- TGAbstractDragUI
 
- 
 
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseReleasedin class- TGAbstractDragUI
 
- 
 
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseDraggedin class- TGAbstractDragUI
 
- 
 
paintFirst
public void paintFirst(java.awt.Graphics g)
- 
- Specified by:
- paintFirstin interface- TGPaintListener
 
- 
 
paintLast
public void paintLast(java.awt.Graphics g)
- 
- Specified by:
- paintLastin interface- TGPaintListener
 
- 
 
paintAfterEdges
public void paintAfterEdges(java.awt.Graphics g)
- 
- Specified by:
- paintAfterEdgesin interface- TGPaintListener
 
-