See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
| JGraphLayoutProgress |
Describes the state of a long-running layout.
|
| JGraphModelFacade |
An abstract description of a graph that can be used by a layout algorithm.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.