|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV NEXT | ||||||||
Uses of Interface
com.jgraph.layout.LayoutAlgorithm
| Uses of LayoutAlgorithm in com.jgraph.layout |
| Classes in com.jgraph.layout that implement LayoutAlgorithm | |
class |
SpringEmbeddedLayoutAlgorithm
Arranges the nodes with the Spring Embedded Layout Algorithm. The algorithm takes O(|V|^2 * |E|) time. |
class |
SugiyamaLayoutAlgorithm
Arranges the nodes with the Sugiyama Layout Algorithm. Link to the algorithm |
| Methods in com.jgraph.layout that return LayoutAlgorithm | |
LayoutAlgorithm |
SugiyamaLayoutController.getLayoutAlgorithm()
Implementation. |
LayoutAlgorithm |
SpringEmbeddedLayoutController.getLayoutAlgorithm()
returns the layout Algorithm |
LayoutAlgorithm |
LayoutController.getLayoutAlgorithm()
Must return an instance of the administrated LayoutAlgorithm. |
|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV NEXT | ||||||||