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

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.LocalityScroll
All Implemented Interfaces:
GraphListener, java.util.EventListener

public class LocalityScroll
extends java.lang.Object
implements GraphListener

LocalityScroll.

Version:
1.22-jre1.1 $Id: LocalityScroll.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Constructor Summary
LocalityScroll(TGPanel tgp)
           
 
Method Summary
 int getLocalityRadius()
           
 javax.swing.JScrollBar getLocalitySB()
           
 void graphMoved()
           
 void graphReset()
           
 void setLocalityRadius(int radius)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalityScroll

public LocalityScroll(TGPanel tgp)
Method Detail

getLocalitySB

public javax.swing.JScrollBar getLocalitySB()

getLocalityRadius

public int getLocalityRadius()

setLocalityRadius

public void setLocalityRadius(int radius)

graphMoved

public void graphMoved()
Specified by:
graphMoved in interface GraphListener

graphReset

public void graphReset()
Specified by:
graphReset in interface GraphListener