com.touchgraph.graphlayout.interaction
Class HyperScroll
java.lang.Object
com.touchgraph.graphlayout.interaction.HyperScroll
- All Implemented Interfaces:
- GraphListener, EventListener
public class HyperScroll
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HyperScroll
public HyperScroll(TGPanel tgp)
getHyperSB
public Scrollbar 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