Interface StandardRepulsion<V,​R extends StandardRepulsion<V,​R,​B>,​B extends StandardRepulsion.Builder<V,​R,​B>>

    • Method Detail

      • step

        void step()
        called from the layout algorithm on every step. this version is a noop but the subclass BarnesHut version rebuilds the tree on every step
      • calculateRepulsion

        void calculateRepulsion()