com.touchgraph.graphlayout.interaction
Class LocalityScroll

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

public class LocalityScroll
extends java.lang.Object
implements GraphListener

LocalityScroll.

Version:
1.21 $Id: LocalityScroll.java,v 1.1.1.1 2004/02/06 08:44:07 keesj 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


Copyright © 2003-2004 SourceForge. All Rights Reserved.