Class Layout.Edge

  • Enclosing class:
    Layout

    public static class Layout.Edge
    extends java.lang.Object
    Edge class
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int dim1
      The two dimensions connected by this edge.
      int dim2
      The two dimensions connected by this edge.
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge​(int dim1, int dim2)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dim1

        public int dim1
        The two dimensions connected by this edge.
      • dim2

        public int dim2
        The two dimensions connected by this edge.
    • Constructor Detail

      • Edge

        public Edge​(int dim1,
                    int dim2)
        Constructor.
        Parameters:
        dim1 - First dimension
        dim2 - Second dimension