Overload | Description |
---|---|
ForceDirectedLayout Constructor() | Constucts a ForceDirected layout class with null network, document. PerformLayout() will be a no-op until the document has been set. |
ForceDirectedLayout Constructor(ForceDirectedLayout) | Make a copy of a ForceDirectedLayout, copying most of the important properties except for the Network. |