Class D3TopoLayout.EdgeData

  • Enclosing class:
    D3TopoLayout<V,​E>

    protected static class D3TopoLayout.EdgeData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EdgeData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected double getDistance()  
      double getStrength()  
      protected void setDistance​(double distance)  
      void setStrength​(double m_strength)  
      • Methods inherited from class java.lang.Object

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

      • EdgeData

        protected EdgeData()
    • Method Detail

      • setDistance

        protected void setDistance​(double distance)
      • getDistance

        protected double getDistance()
      • getStrength

        public double getStrength()
      • setStrength

        public void setStrength​(double m_strength)