Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      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

      • LevelInfo

        public LevelInfo()