Class D3TopoLayout<V,​E>

  • All Implemented Interfaces:
    edu.uci.ics.jung.algorithms.layout.Layout<V,​E>, edu.uci.ics.jung.algorithms.util.IterativeContext, org.apache.commons.collections15.Transformer<V,​Point2D>

    public class D3TopoLayout<V,​E>
    extends edu.uci.ics.jung.algorithms.layout.AbstractLayout<V,​E>
    implements edu.uci.ics.jung.algorithms.util.IterativeContext
    • Constructor Detail

      • D3TopoLayout

        protected D3TopoLayout​(edu.uci.ics.jung.graph.Graph<V,​E> graph)
    • Method Detail

      • initialize

        public void initialize()
        Specified by:
        initialize in interface edu.uci.ics.jung.algorithms.layout.Layout<V,​E>
      • reset

        public void reset()
        Specified by:
        reset in interface edu.uci.ics.jung.algorithms.layout.Layout<V,​E>
      • step

        public void step()
        Specified by:
        step in interface edu.uci.ics.jung.algorithms.util.IterativeContext
      • done

        public boolean done()
        Specified by:
        done in interface edu.uci.ics.jung.algorithms.util.IterativeContext
      • getDefaultCharge

        public int getDefaultCharge()
      • setDefaultCharge

        public void setDefaultCharge​(int m_charge)