Class SpringLayout.SpringVertexData

java.lang.Object
edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
Enclosing class:
SpringLayout<V,E>

protected static class SpringLayout.SpringVertexData extends Object
  • Field Details

    • 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 Details

    • SpringVertexData

      protected SpringVertexData()