See: Description
Interface | Description |
---|---|
GraphLayoutListener<N,E> |
Class | Description |
---|---|
GraphLayout<N,E> |
This class represents a graph-orinted layout.
|
GraphLayoutFactory |
The factory class of all built-in GraphLayout based implementations.
|
GraphLayoutSupport | |
GridGraphLayout<N,E> |
This class represents a graph-oriented layout which organizes nodes into a grid.
|
TreeGraphLayout<N,E> |
This class supplies the tree graph-oriented layout for a GraphScene.
|
UniversalGraph<N,E> |
This interface represents an universal graph.
|
Enum | Description |
---|---|
TreeGraphLayoutAlignment |
This Enumeration is used to do the alignment in a TreeGraphLayout.
|
This package contains built-in graph-oriented layout algorithms.
This layout is not related with widget-oriented layout in org.netbeans.api.visual.layout
package.
There is GraphLayout
class which is used for defining a graph layout.
The layout implementation does not have be based this class but it would make its integration with the rest of the library easier.