ILayoutAlgorithm describes the general interface for algorithms that perform a layout process on a LayoutGraph.
Inheritance Hierarchy
Remarks
The main and only method for invoking the layout calculation is applyLayout. Implementing classes will arrange the graph there.
See Also
Developer's Guide
Members
No filters for this type
Methods
Main layout routine that assigns new layout information to the given graph.
Main layout routine that assigns new layout information to the given graph.
abstract
Parameters
- graph: LayoutGraph
- the input graph to process
See Also
Developer's Guide