JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class GraphLayout.CoordinateProvider

java.lang.Object
  extended bygov.nasa.javaGenes.graph.GraphLayout.CoordinateProvider
Enclosing class:
GraphLayout

protected class GraphLayout.CoordinateProvider
extends java.lang.Object


Field Summary
protected  double edge
           
protected  double maximum
           
protected  double[] position
           
 
Constructor Summary
GraphLayout.CoordinateProvider(double edgeLength, double size)
           
 
Method Summary
 double get(int index)
           
 void next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edge

protected double edge

maximum

protected double maximum

position

protected double[] position
Constructor Detail

GraphLayout.CoordinateProvider

public GraphLayout.CoordinateProvider(double edgeLength,
                                      double size)
Method Detail

get

public double get(int index)

next

public void next()

JavaGenes, NASA Ames. Written largely by Al Globus