DroidDiagram Programmer's Guide
TriangularLayout Members
Constructors Methods
 


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.

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

 Public Constructors

  Name Description

TriangularLayout

Initializes a new instance of the TriangularLayout class.

 Public Methods

  Name Description

arrange

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

 See Also

TriangularLayout Class
com.mindfusion.diagramming.jlayout Namespace