Uses of Interface
edu.ucla.stat.SOCR.touchgraph.graphlayout.TGPaintListener

Packages that use TGPaintListener
edu.ucla.stat.SOCR.touchgraph.graphlayout   
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction   
 

Uses of TGPaintListener in edu.ucla.stat.SOCR.touchgraph.graphlayout
 

Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout with parameters of type TGPaintListener
 void TGPanel.addPaintListener(TGPaintListener pl)
           
 void TGPanel.removePaintListener(TGPaintListener pl)
           
 

Uses of TGPaintListener in edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
 

Classes in edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction that implement TGPaintListener
 class DragAddUI
          DragAddUI contains code for adding nodes + edges by dragging.
 class DragMultiselectUI
          DragMultiselectUI contains code for selecting a group on nodes by enclosing them in a dotted box.
 class HVRotateDragUI
          HVRotateDragUI.