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

Quick Search    Search Deep

com.jgraph.layout: Javadoc index of package com.jgraph.layout.


Package Samples:

com.jgraph.layout

Classes:

LayoutRegistry: A registry for the available Layout Algorithms. The default controllers will add at the static constructor. Please register additional layout controllers assigned with a layout algorithm at this registry. After that the Layout is available in the selection window.
LayoutController: This class administrates a LayoutAlgorithm. Means it gives it a name, is responsible for the configuration and creates a LayoutAlgorithm object on demand.
SugiyamaLayoutAlgorithm: Arranges the nodes with the Sugiyama Layout Algorithm. Link to the algorithm
ProgressDialog: Shows a progress dialog for the layout algorithm. The user can use the cancel button to cancel the layout algorithm. After canceling the method isCanceld returned true.
SugiyamaLayoutConfigurationDialog: A Dialog for configuring a SugiyamaLayoutAlgorithm. You can use horizontal and vertical spacing. Will be shown by the SugiyamaLayoutController.
LayoutDialog: This dialog is shown when the layout function is requested. It offers a list with available layouts to choose from.
LayoutAlgorithm: Represents an Algorithm that is applied to a graph. It is supposed to arrange the nodes in some usefull way.
SpringEmbeddedLayoutAlgorithm: Arranges the nodes with the Spring Embedded Layout Algorithm. The algorithm takes O(|V|^2 * |E|) time.
SugiyamaLayoutController: Responsible for administrating the SugiyamaLayoutAlgorithm.
SpringEmbeddedLayoutController: Responsible for administrating the Sugiyama Layout Algorithm.

Home | Contact Us | Privacy Policy | Terms of Service