Package | Description |
---|---|
com.jgraph.layout.graph |
JGraphLayout graph package which contains graph layout algorithms.
|
com.jgraph.layout.organic |
Class and Description |
---|
JGraphFastOrganicLayout
This layout is an implementation of "Graph Drawing by Force-Directed
Placement" by Fruchterman and Reingold (1991).
|
JGraphOrganicLayout
An implementation of a simulated annealing layout, based on "Drawing Graphs
Nicely Using Simulated Annealing" by Davidson and Harel (1996).
|
JGraphSelfOrganizingOrganicLayout
This layout is an implementation of inverted self-organising maps as
described by Bernd Meyer in his 1998 paper "Self-Organizing Graphs - A Neural
Network Perspective of Graph Layout".
|
Class and Description |
---|
JGraphOrganicLayout.CellWrapper
Internal representation of a node or edge that holds cached information
to enable the layout to perform more quickly and to simplify the code
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.