Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.