com.touchgraph.graphlayout.interaction
Class HyperScroll

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

public class HyperScroll
extends java.lang.Object
implements GraphListener

HyperScroll. Responsible for producing that neat hyperbolic effect. (Which isn't really hyperbolic, but just non-linear). Demonstrates the usefulness of Lenses.

Version:
1.06
Author:
Alexander Shapiro

Constructor Summary
HyperScroll(TGPanel tgp)
           
 
Method Summary
 javax.swing.JScrollBar getHyperSB()
           
 com.touchgraph.graphlayout.interaction.HyperScroll.HyperLens getLens()
           
 void graphMoved()
           
 void graphReset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperScroll

public HyperScroll(TGPanel tgp)
Method Detail

getHyperSB

public javax.swing.JScrollBar getHyperSB()

getLens

public com.touchgraph.graphlayout.interaction.HyperScroll.HyperLens getLens()

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.