edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
Class GLNavigateUI

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
      extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.GLNavigateUI

public class GLNavigateUI
extends TGUserInterface

GLNavigateUI. User interface for moving around the graph, as opposed to editing.

Version:
1.22-jre1.1 $Id: GLNavigateUI.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro, Murray Altheim (abstracted GLPanel to TGScrollPane interface)

Constructor Summary
GLNavigateUI(GLPanel glp)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
activate, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLNavigateUI

public GLNavigateUI(GLPanel glp)
Method Detail

activate

public void activate()
Specified by:
activate in class TGUserInterface

deactivate

public void deactivate()
Overrides:
deactivate in class TGUserInterface