org.ceryle.graph
Class SequenceScroll

java.lang.Object
  extended by org.ceryle.graph.SequenceScroll
All Implemented Interfaces:
GraphListener, EventListener

public class SequenceScroll
extends Object
implements GraphListener

SequenceScroll. Defaults to no effect, and as the effect is activated, constrains nodes to a linear representation based on embedded values such as time or linear sequence.

Author:
Murray Altheim

Field Summary
protected  int hyperRadius
           
 
Constructor Summary
SequenceScroll(TGPanel tgp)
           
 
Method Summary
 org.ceryle.graph.SequenceScroll.SequenceLens getLens()
           
 int getSequenceDistortion()
           
 JScrollBar getSequenceSB()
           
 int getSequenceValue()
          TODO.
 void graphMoved()
           
 void graphReset()
           
 void setSequenceDistortion(int value)
           
 void setSequenceValue(int r)
          TODO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hyperRadius

protected int hyperRadius
Constructor Detail

SequenceScroll

public SequenceScroll(TGPanel tgp)
Method Detail

getSequenceSB

public JScrollBar getSequenceSB()

getLens

public org.ceryle.graph.SequenceScroll.SequenceLens getLens()

graphMoved

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

graphReset

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

getSequenceDistortion

public int getSequenceDistortion()

setSequenceDistortion

public void setSequenceDistortion(int value)

setSequenceValue

public void setSequenceValue(int r)
TODO.


getSequenceValue

public int getSequenceValue()
TODO.



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.