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

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

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

Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout with parameters of type GraphListener
 void TGPanel.addGraphListener(GraphListener gl)
           
 void TGPanel.removeGraphListener(GraphListener gl)
           
 

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

Classes in edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction that implement GraphListener
 class HVScroll
          HVScroll: Allows for scrolling horizontaly+vertically.
 class HyperScroll
          HyperScroll.
 class LocalityScroll
          LocalityScroll.
 class RotateScroll
          RotateScroll.
 class ZoomScroll
          ZoomScroll: Contains code for enlarging the graph by zooming in.