diva.graph.layout
Class LevelLayout.LevelInfo

java.lang.Object
  extended by diva.graph.layout.LevelLayout.LevelInfo
Enclosing class:
LevelLayout

public static class LevelLayout.LevelInfo
extends java.lang.Object

The semantic object of each node in the graph copy that is being laid out.


Field Summary
 double barycenter
           
 double height
           
 int level
           
 java.lang.Object origNode
           
 int usage
           
 boolean visited
           
 double width
           
 double x
           
 double y
           
 
Constructor Summary
LevelLayout.LevelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origNode

public java.lang.Object origNode

barycenter

public double barycenter

level

public int level

usage

public int usage

x

public double x

y

public double y

width

public double width

height

public double height

visited

public boolean visited
Constructor Detail

LevelLayout.LevelInfo

public LevelLayout.LevelInfo()