DroidDiagram Programmer's Guide
HierarchicalLayout Class
See Also
 






Performs hierarchical layout on simple, connected, level-planar graphs. The hierarchical layout places vertices on predefined levels, such that if the source graph is level-planar it is guaranteed that all edges will have a single segment and will not intersect. A planar graph is considered level-planar if it is still possible to draw it without edge intersections when its vertices are positioned on predefined levels.

Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout

 Syntax

Java  Copy Code

public class HierarchicalLayout

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.jlayout.HierarchicalLayout

 See Also

HierarchicalLayout Members
com.mindfusion.diagramming.jlayout Namespace