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 Object

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


Field Summary
 double barycenter
           
 double height
           
 int level
           
 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 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()


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.