Class SpringLayout.SpringVertexData

  • Enclosing class:
    SpringLayout<V,​E>

    protected static class SpringLayout.SpringVertexData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double dx
      movement speed, x
      protected double dy
      movement speed, y
      protected double edgedx  
      protected double edgedy  
      protected double repulsiondx  
      protected double repulsiondy  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SpringVertexData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • edgedx

        protected double edgedx
      • edgedy

        protected double edgedy
      • repulsiondx

        protected double repulsiondx
      • repulsiondy

        protected double repulsiondy
      • dx

        protected double dx
        movement speed, x
      • dy

        protected double dy
        movement speed, y
    • Constructor Detail

      • SpringVertexData

        protected SpringVertexData()