NFamilyGraphLayout Class Members
In This Topic
The following tables list the members exposed by NFamilyGraphLayout.
Public Constructors
Public Fields
Public Methods
| Name | Description |
  | CreateAndInit | Creates a family graph layout and initializes it, for example by setting horizontal and vertical spacing to its region layout. |
Top
Protected Methods
| Name | Description |
 | CreateRegionLayout | Overridden. Creates the Region layout that is used to arrange unconnected graph regions. |
 | ReduceEdgeCrossings | Overridden. Overriden to reposition the vertices so that husbands and wifes are adjacent, which leads to reduced number of edge crossings for family tree diagrams. |
Top
See Also