Performs cascading layout on simple, connected graphs. The cascade layout places vertices on a virtual grid and arranges edges orthogonally, such that if the source graph is planar it is guaranteed that all edges will have no more than two bends and will not intersect.
Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout
SyntaxJava
Copy Code
|
|---|
public class CascadeLayout implements VertexSizeFunction |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.jlayout.CascadeLayout
See Also