JGraphLayout's topmost package which contains the basic layout classes and interfaces.
See: Description
| Interface Summary | |
|---|---|
| JGraphFacade.CellVisitor | Defines the interface that visitors use to perform operations upon the graph information during depth first search (dfs) or other tree-traversal strategies implemented by subclassers. |
| JGraphLayout | The class that defines a layout algorithm. |
| JGraphLayout.Stoppable | An additional interface that should be implemented if a layout is expected to run longer. |
| Class Summary | |
|---|---|
| JGraphCompoundLayout | This allows to recursively compose any number of abstract layouts into a compound abstract layout. |
| JGraphFacade | An abstract description of a graph that can be used by a layout algorithm. |
| JGraphFacade.DefaultComparator | A default comparator for ordering cell views. |
| JGraphLayoutProgress | Describes the state of a long-running layout. |
| JGraphModelFacade | An abstract description of a graph that can be used by a layout algorithm. |