Performs triangular layout on simple, connected graphs. The triangular layout places vertices on a virtual grid, such that if the source graph is planar it is guaranteed that all edges will have a single segment and will not intersect. If the graph is not planar, the intersecting edges are optionally segmented and bended in order to improve readability.
Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout
SyntaxJava
Copy Code
|
|---|
public class TriangularLayout |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.jlayout.TriangularLayout
See Also