alun.viewgraph
Class GlobalMover

java.lang.Object
  extended by alun.viewgraph.MapMover
      extended by alun.viewgraph.LocalMover
          extended by alun.viewgraph.GlobalMover

public class GlobalMover
extends LocalMover


Field Summary
 
Fields inherited from class alun.viewgraph.LocalMover
defvalue
 
Constructor Summary
GlobalMover()
           
 
Method Summary
 double move(MappableGraph map)
           
 void setParameter(int i, double d)
           
 
Methods inherited from class alun.viewgraph.LocalMover
getParameterInit, getParameterName, getParameterScale, set
 
Methods inherited from class alun.viewgraph.MapMover
getNParameters, setNParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalMover

public GlobalMover()
Method Detail

setParameter

public void setParameter(int i,
                         double d)
Overrides:
setParameter in class LocalMover

move

public double move(MappableGraph map)
Overrides:
move in class LocalMover