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

Quick Search    Search Deep

Package com.jgraph.layout

Interface Summary
LayoutAlgorithm Represents an Algorithm that is applied to a graph.
It is supposed to arrange the nodes in some usefull way.


LayoutController This class administrates a LayoutAlgorithm.
Means it gives it a name, is responsible for the configuration
and creates a LayoutAlgorithm object on demand.


 

Class Summary
LayoutDialog This dialog is shown when the layout function is requested.

It offers a list with available layouts to choose from.


LayoutRegistry A registry for the available Layout Algorithms.
ProgressDialog Shows a progress dialog for the layout algorithm.
SpringEmbeddedLayoutAlgorithm Arranges the nodes with the Spring Embedded Layout Algorithm.
The algorithm takes O(|V|^2 * |E|) time.
SpringEmbeddedLayoutController Responsible for administrating the Sugiyama Layout Algorithm.
SugiyamaLayoutAlgorithm Arranges the nodes with the Sugiyama Layout Algorithm.
Link to the algorithm

SugiyamaLayoutConfigurationDialog A Dialog for configuring a SugiyamaLayoutAlgorithm.
SugiyamaLayoutController Responsible for administrating the SugiyamaLayoutAlgorithm.