Class | Description | |
---|---|---|
Implements algorithms for arranging tree structures. |
||
Represents an edge connecting two vertices in a graph. |
||
FlowchartLayout can be used to arrange flowcharts representing program source code. |
||
The FractalLayout tree layout algorithm places child nodes symmetrically around their parent node. Nodes at the lowest level are arranged directly in a circle around their parent. At the upper level, the already arranged nodes form branches that are arranged in a circle around the new parent node. The algorithm is recursively repeated till the highest level is reached. |
||
Represents a graph. |
||
Implements a layered graph layout algorithm. |
||
Superclass of graph layout algorithms that defines their common properties. |
||
Implements orthogonal graph layout algorithm.Each link is drawn as a chain of alternating horizontal and vertical segments.Nodes are placed in a way that facilitates few links bends and crossings. |
||
Initializes a new instance of the Path class. |
||
Initializes a new instance of the PathFinder class. |
||
Implements a radial tree layout algorithm. |
||
Implements the Spring-Embedder graph layout algorithm. |
||
Applies topological ordering to the graph. This layout makes it easy to discern graph features such as overall flow direction, cycles and nested cycles. |
||
Implements algorithms for arranging tree structures. |
||
Performs tree-map layout on a graph. |
||
Represents a vertex in a graph. |
Enumeration | Description | |
---|---|---|
Defines values that specify how automatic layout algorithms align links to anchor points. |
||
Specifies the final position of an assistant node. Assistants with type left or right are always positioned to the left or right respectively. The position of the "normal" assistants depends on their index in the children list. |
||
Indicates the type of an assistant node in a tree. |
||
Specifies in what direction to place nodes processed by a layout algorithm. |
||
Specifies placement of graph connected components relatively to each other. |
||
Specifies general layout orientation. |
||
Specifies the shape of the diagram links after they are laid out. |