Provides extension methods for AnnealLayout fluent API.
The following tables list the members exposed by the AnnealLayoutExtensions type.
Name | Description | |
---|---|---|
Sets a value indicating whether the layout should approximate the length of graph links by calculating the distance between the centers of their incident nodes. |
||
Sets a value indicating the importance of the distance between nodes and the layout area boundaries, relative to the other criteria considered by the algorithm. |
||
Sets a value indicating the importance of the low number of link crossings, relative to the other criteria considered by the algorithm. |
||
Sets a value indicating the importance of the node distribution, relative to the other criteria considered by the algorithm. |
||
Specifies whether the layout should gather statistics while running. |
||
Sets the initial temperature of the simulated annealing process. |
||
Sets how many node shift iterations to perform at each stage of the algorithm. |
||
Sets the size of the layout area. |
||
Sets a value indicating the importance of the short length of links, relative to the other criteria considered by the algorithm. |
||
Sets a value indicating the importance of low number of overlaps between links and nodes relative to the other criteria considered by the algorithm. |
||
Sets a value indicating the importance of the distance between nodes and links, relative to the other criteria considered by the algorithm. |
||
Sets a value indicating whether the nodes should be placed at random positions when the layout routine starts. |
||
Sets a node indicating which subgraph of the diagram should be laid out. |
||
Sets a value indicating whether unconnected subgraphs should be laid out independently from each other. |
||
Sets how many cool-down stages the algorithm should simulate. |
||
Sets how much the simulated temperature is decreased at each stage of the algorithm. |
||
Sets what width/height ratio the layout area should have. |