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
Java
![]() |
---|
public class CascadeLayout implements VertexSizeFunction |
java.lang.Object
com.mindfusion.diagramming.jlayout.CascadeLayout