DroidDiagram Programmer's Guide
CascadeLayout Members
Constructors Methods
 


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.

The following tables list the members exposed by the CascadeLayout type.

 Public Constructors

  Name Description

CascadeLayout

Initializes a new instance of the CascadeLayout class.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph using the specified settings.

calc

VertexSizeFunction.calc implementation.

getStatistics

Gets layout-specific information about the edges and vertices participating in the layout.

 See Also

CascadeLayout Class
com.mindfusion.diagramming.jlayout Namespace