Uses of Package
com.jgraph.layout.organic
Packages that use com.jgraph.layout.organic
Package
Description
JGraphLayout graph package which contains graph layout algorithms.
-
Classes in com.jgraph.layout.organic used by com.jgraph.layout.graphClassDescriptionThis layout is an implementation of "Graph Drawing by Force-Directed Placement" by Fruchterman and Reingold (1991).An implementation of a simulated annealing layout, based on "Drawing Graphs Nicely Using Simulated Annealing" by Davidson and Harel (1996).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".
-
Classes in com.jgraph.layout.organic used by com.jgraph.layout.organicClassDescriptionInternal representation of a node or edge that holds cached information to enable the layout to perform more quickly and to simplify the code