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

Quick Search    Search Deep

Uses of Interface
com.jgraph.layout.LayoutController

Uses of LayoutController in com.jgraph.layout
 

Classes in com.jgraph.layout that implement LayoutController
 class SpringEmbeddedLayoutController
          Responsible for administrating the Sugiyama Layout Algorithm.
 class SugiyamaLayoutController
          Responsible for administrating the SugiyamaLayoutAlgorithm.


 

Methods in com.jgraph.layout that return LayoutController
 LayoutController LayoutDialog.getSelectedLayoutController()
          Returns the selected LayoutController of null if no LayoutController was selected
 

Methods in com.jgraph.layout with parameters of type LayoutController
static void LayoutRegistry.addLayoutController(LayoutController controller)
          Adds a LayoutConroller to this registry
static void LayoutRegistry.removeLayoutController(LayoutController controller)
          Removes a LayoutConroller from this registry.