Class ISOMLayout.ISOMVertexData

  • Enclosing class:
    ISOMLayout<V,​E>

    protected static class ISOMLayout.ISOMVertexData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int distance  
      (package private) boolean visited  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ISOMVertexData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • distance

        int distance
      • visited

        boolean visited
    • Constructor Detail

      • ISOMVertexData

        protected ISOMVertexData()