Overload List

  NameDescription
Run(IDiagramModel)
Runs the force-based layout algorithm on the given StarDiagramModel for the number of iterations defined by MaxIterations or until a suitable layout has been reached.
(Overrides LayoutAlgorithmBase..::.Run(IDiagramModel).)
Run(IDiagramModel, IDiagramNode)
Runs this layout algorithm on the given model while making sure the given node is not affected. This is useful when the user is dragging a node.

See Also