com.touchgraph.graphlayout.interaction
Class LocalityScroll

java.lang.Object
  extended by com.touchgraph.graphlayout.interaction.LocalityScroll
All Implemented Interfaces:
GraphListener, EventListener

public class LocalityScroll
extends Object
implements GraphListener

LocalityScroll.


Constructor Summary
LocalityScroll(TGPanel tgp)
           
 
Method Summary
 int getLocalityRadius()
           
 Scrollbar 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 Scrollbar 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